Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gv_channel.h File Reference

language-specific bindings API More...

#include <gvc/gvc.h>
Include dependency graph for gv_channel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void gv_string_writer_init (GVC_t *gvc)
 
void gv_channel_writer_init (GVC_t *gvc)
 
void gv_writer_reset (GVC_t *gvc)
 

Detailed Description

Each Graphviz language binding is expected to implement the following functions as relevant for their implementation.

Definition in file gv_channel.h.

Function Documentation

◆ gv_channel_writer_init()

void gv_channel_writer_init ( GVC_t gvc)

Definition at line 5 of file gv_dummy_init.c.

References gv_channel_writer(), gv_channel_writer(), gv_channel_writer(), gvc, and GVC_s::write_fn.

Referenced by renderchannel().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gv_string_writer_init()

void gv_string_writer_init ( GVC_t gvc)

Definition at line 4 of file gv_dummy_init.c.

References gv_string_writer(), gv_string_writer(), gv_string_writer(), gvc, and GVC_s::write_fn.

Referenced by renderresult(), and renderresult().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gv_writer_reset()

void gv_writer_reset ( GVC_t gvc)

Definition at line 6 of file gv_dummy_init.c.

References gvc, NULL, and GVC_s::write_fn.

Referenced by renderchannel(), renderresult(), and renderresult().

Here is the caller graph for this function: