NodeForeachFunc


Description:

public delegate void NodeForeachFunc<G> (Node<G> node)

Specifies the type of function passed to children_foreach.

The function is called with each child node, together with the user data passed to children_foreach.

Parameters:

node

a Node.

data

user data passed to children_foreach.


Namespace: GLib
Package: glib-2.0