KDATA_DESTROY(3) |
Library Functions Manual |
KDATA_DESTROY(3) |
NAME
kdata_destroy — destroy plotting data
LIBRARY
library “libkplot”
SYNOPSIS
#include <cairo.h>
#include <kplot.h>
void
kdata_destroy(
struct kdata *data);
DESCRIPTION
The
kdata_destroy function destroys reference-counted data sources for
kplot(3). Internally, it dereferences and, if applicable, frees the source.