NodeTraverseFunc

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

alias NodeTraverseFunc = bool delegate

Return Value

true to stop the traversal.