Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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.

SEE ALSO
       kplot(3)

FreeBSD	ports 15.quarterly     November	13, 2014	      KDATA_DESTROY(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kdata_destroy&sektion=3&manpath=FreeBSD+Ports+15.0.quarterly>

home | help