Ganv.EdgeFunc

void EdgeFunc (GanvEdge* edge,
               void* data);
  

A node function that takes a user data argument (for callbacks).

Note that in the Gtk world it is considered safe to cast a function to a function with more arguments and call the resulting pointer, so functions like ganv_edge_select can safely be used where a GanvEdgeFunc is expected.

edge

Canvas edge.

data

User callback data.

Returns