diff options
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/canvas.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ganv/canvas.h b/ganv/canvas.h index edf39f6..bcc2e3d 100644 --- a/ganv/canvas.h +++ b/ganv/canvas.h @@ -81,6 +81,10 @@ void ganv_canvas_add_node(GanvCanvas* canvas, GanvNode* node); +void +ganv_canvas_remove_node(GanvCanvas* canvas, + GanvNode* node); + /** * ganv_canvas_get_edge: * Get the edge between two nodes, or NULL if none exists. |