GTraverseNodeFunc

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.

alias GTraverseNodeFunc = int function(GTreeNode* node, void* data)

Return Value

%TRUE to stop the traversal

Meta

Since

2.68