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

Go to the source code of this file.

Macros

#define GVPLUGIN_GS_API
 

Variables

gvplugin_installed_t gvloadimage_gs_types []
 
static gvplugin_api_t apis []
 
GVPLUGIN_GS_API gvplugin_library_t gvplugin_gs_LTX_library = {"gs", apis}
 

Macro Definition Documentation

◆ GVPLUGIN_GS_API

#define GVPLUGIN_GS_API

Definition at line 23 of file gvplugin_gs.c.

Variable Documentation

◆ apis

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

Definition at line 15 of file gvplugin_gs.c.

◆ gvloadimage_gs_types

gvplugin_installed_t gvloadimage_gs_types[]
extern

Definition at line 248 of file gvloadimage_gs.c.

◆ gvplugin_gs_LTX_library

GVPLUGIN_GS_API gvplugin_library_t gvplugin_gs_LTX_library = {"gs", apis}

Definition at line 26 of file gvplugin_gs.c.