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.