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

FreeBSD Manual Pages

  
 
  

home | help
KPLOT_FREE(3)		    Library Functions Manual		 KPLOT_FREE(3)

NAME
       kplot_free -- free plotting context

LIBRARY
       library "libkplot"

SYNOPSIS
       #include	<cairo.h>
       #include	<kplot.h>

       void
       kplot_free(struct kplot *p);

DESCRIPTION
       The   kplot_free	  function   frees   a	plotting  context  created  by
       kplot_alloc(3).	In doing so, it	dereferences  (possibly	 freeing)  all
       data sources added with kplot_attach_data(3), kplot_attach_datas(3) and
       kplot_attach_smooth(3).

SEE ALSO
       kplot(3), kplot_alloc(3)

FreeBSD	15.0		       January 24, 2015			 KPLOT_FREE(3)

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

home | help