NodeTraverseFunc


Description:

public delegate bool NodeTraverseFunc<G> (Node<G> node)

Specifies the type of function passed to traverse.

The function is called with each of the nodes visited, together with the user data passed to traverse. If the function returns true, then the traversal is stopped.

Parameters:

node

a Node.

user_data

user data passed to traverse.

Returns:

true to stop the traversal.


Namespace: GLib
Package: glib-2.0



2022 vala-language.org