foreach
Calls the given function for each of the key/value pairs in the #GTree. The function is passed the key and value of each pair, and the given
Parameters
func
the function to call for each node visited. If this function returns true, the traversal is stopped.