foreachNode
Calls the given function for each of the nodes in the #GTree. The function is passed the pointer to the particular node, and the given
Since
2.68
Parameters
func
the function to call for each node visited. If this function returns true, the traversal is stopped.