summaryrefslogtreecommitdiff
path: root/src/graph/dot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/dot.h')
-rw-r--r--src/graph/dot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graph/dot.h b/src/graph/dot.h
index 8538e52..630c1cb 100644
--- a/src/graph/dot.h
+++ b/src/graph/dot.h
@@ -26,6 +26,7 @@
#include "node.h"
+#include "../gtkext/gtklinkrenderer.h"
@@ -42,6 +43,9 @@ void delete_graph_layout(graph_layout *);
/* Place tous les éléments du graphique à l'écran. */
void place_nodes_of_graph_layout(const graph_layout *, GtkFixed *, GGraphNode **, size_t);
+/* Charge la définition de tous les liens graphiques. */
+GtkLinkRenderer **create_links_from_graph_layout(const graph_layout *, size_t *);
+
#endif /* _GRAPH_DOT_H */