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.
true to stop the traversal.
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.