Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Data Structures | |
struct | gvplugin_active_layout_s |
struct | gvplugin_active_textlayout_s |
struct | gvplugin_package_s |
struct | gvplugin_available_s |
struct | GVG_s |
struct | GVC_s |
Macros | |
#define | GVCINT_API /* nothing */ |
#define | MAXNEST 4 |
#define | ELEM(x) +1 |
#define | DIRSEP "/" |
Typedefs | |
typedef struct gvplugin_active_layout_s | gvplugin_active_layout_t |
typedef struct gvplugin_active_textlayout_s | gvplugin_active_textlayout_t |
typedef struct gvplugin_package_s | gvplugin_package_t |
Functions | |
GVCINT_API GVC_t * | gvCloneGVC (GVC_t *) |
GVCINT_API void | gvFreeCloneGVC (GVC_t *) |
typedef struct gvplugin_active_layout_s gvplugin_active_layout_t |
typedef struct gvplugin_active_textlayout_s gvplugin_active_textlayout_t |
typedef struct gvplugin_package_s gvplugin_package_t |
GVCINT_API GVC_t * gvCloneGVC | ( | GVC_t * | gvc0 | ) |
Definition at line 98 of file gvcontext.c.
References GVC_s::api, GVC_s::apis, GVC_s::common, gv_alloc(), gvc, and GVC_s::packages.
Referenced by json_begin_graph().
GVCINT_API void gvFreeCloneGVC | ( | GVC_t * | gvc | ) |
Definition at line 110 of file gvcontext.c.
References free(), gvc, and gvjobs_delete().
Referenced by json_begin_graph().