KPLOT_GET_PLOTCFG(3) Library Functions Manual KPLOT_GET_PLOTCFG(3)

NAME

kplot_get_plotcfgget 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)
March 2, 2015 OpenBSD 5.8