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

Go to the source code of this file.

Macros

#define GVPLUGIN_DOT_LAYOUT_API
 

Variables

gvplugin_installed_t gvlayout_dot_layout []
 
static gvplugin_api_t apis []
 
GVPLUGIN_DOT_LAYOUT_API gvplugin_library_t gvplugin_dot_layout_LTX_library = { "dot_layout", apis }
 

Macro Definition Documentation

◆ GVPLUGIN_DOT_LAYOUT_API

#define GVPLUGIN_DOT_LAYOUT_API

Definition at line 24 of file gvplugin_dot_layout.c.

Variable Documentation

◆ apis

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

Definition at line 15 of file gvplugin_dot_layout.c.

◆ gvlayout_dot_layout

gvplugin_installed_t gvlayout_dot_layout[]
extern

Definition at line 31 of file gvlayout_dot_layout.c.

◆ gvplugin_dot_layout_LTX_library

GVPLUGIN_DOT_LAYOUT_API gvplugin_library_t gvplugin_dot_layout_LTX_library = { "dot_layout", apis }

Definition at line 27 of file gvplugin_dot_layout.c.