25 #define extern __declspec(dllexport)
34 #define extern __declspec(dllimport)
39 #define LAYOUT_DONE(g) (agbindrec(g, "Agraphinfo_t", 0, TRUE) && GD_drawing(g))
char ** gvcInfo(GVC_t *gvc)
int gvParseArgs(GVC_t *gvc, int argc, char **argv)
int gvRenderFilename(GVC_t *gvc, graph_t *g, const char *format, const char *filename)
int gvRenderData(GVC_t *gvc, graph_t *g, const char *format, char **result, unsigned int *length)
int gvToolTred(graph_t *g)
char * gvcBuildDate(GVC_t *gvc)
int gvRenderJobs(GVC_t *gvc, graph_t *g)
int gvFreeLayout(GVC_t *gvc, graph_t *g)
char * gvcVersion(GVC_t *gvc)
void gvFreeRenderData(char *data)
char ** gvPluginList(GVC_t *gvc, const char *kind, int *sz, char *)
void gvFinalize(GVC_t *gvc)
int gvLayoutJobs(GVC_t *gvc, graph_t *g)
GVC_t * gvContextPlugins(const lt_symlist_t *builtins, int demand_loading)
int gvRenderContext(GVC_t *gvc, graph_t *g, const char *format, void *context)
int gvLayout(GVC_t *gvc, graph_t *g, const char *engine)
int gvRender(GVC_t *gvc, graph_t *g, const char *format, FILE *out)
int gvFreeContext(GVC_t *gvc)
GVC_t * gvNEWcontext(const lt_symlist_t *builtins, int demand_loading)
void gvAddLibrary(GVC_t *gvc, gvplugin_library_t *lib)
void attach_attrs(graph_t *g)