TraverseNodeFunc

typealias TraverseNodeFunc = (<Error class: unknown class>?) -> 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.

  • param data user data passed to g_tree_foreach_node()

  • return true to stop the traversal