TraverseNodeFunc

typealias TraverseNodeFunc = () -> Boolean

Specifies the type of function passed to g_tree_foreach_node(). It is passed each node, together with the @user_data parameter passed to g_tree_foreach_node(). If the function returns true, the traversal is stopped.

  • return true to stop the traversal