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

FreeBSD Manual Pages

  
 
  

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

NAME
       kplot_get_plotcfg -- get	configuration for a plot

LIBRARY
       library "libkplot"

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

       struct kplotcfg *
       kplot_get_plotcfg(struct	kplot *p);

DESCRIPTION
       The  kplot_get_plotcfg function returns the struct kplotcfg assigned to
       a plot with kplot_alloc(3).  This is never NULL.

SEE ALSO
       kplot(3), kplot_alloc(3)

FreeBSD	ports 15.quarterly     February	11, 2015	  KPLOT_GET_PLOTCFG(3)

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

home | help