Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gvplugin_poppler.c File Reference
#include <gvc/gvplugin.h>
Include dependency graph for gvplugin_poppler.c:

Go to the source code of this file.

Macros

#define GVPLUGIN_POPPLER_API
 

Variables

gvplugin_installed_t gvloadimage_poppler_types []
 
static gvplugin_api_t apis []
 
GVPLUGIN_POPPLER_API gvplugin_library_t gvplugin_poppler_LTX_library
 

Macro Definition Documentation

◆ GVPLUGIN_POPPLER_API

#define GVPLUGIN_POPPLER_API

Definition at line 23 of file gvplugin_poppler.c.

Variable Documentation

◆ apis

gvplugin_api_t apis[]
static
Initial value:
= {
{API_loadimage, gvloadimage_poppler_types},
{(api_t)0, 0},
}
api_t
Definition gvcext.h:32
gvplugin_installed_t gvloadimage_poppler_types[]

Definition at line 15 of file gvplugin_poppler.c.

◆ gvloadimage_poppler_types

gvplugin_installed_t gvloadimage_poppler_types[]
extern

Definition at line 144 of file gvloadimage_poppler.c.

◆ gvplugin_poppler_LTX_library

GVPLUGIN_POPPLER_API gvplugin_library_t gvplugin_poppler_LTX_library
Initial value:
= {
"poppler", apis}
static gvplugin_api_t apis[]

Definition at line 26 of file gvplugin_poppler.c.