ganv_canvas_for_each_edge_on
void ganv_canvas_for_each_edge_on (GanvCanvas* canvas,
const GanvNode* node,
GanvEdgeFunc f,
void* data);
- canvas
The canvas.
- node
The node to enumerate every edge for.
- f
A function to call on every edge attached to node.
- data
- Returns