Node.childrenForeach

Calls a function for each of the children of a GNode. Note that it doesn't descend beneath the child nodes.

class Node
void
childrenForeach

Parameters

flags GTraverseFlags

which types of children are to be visited, one of G_TRAVERSE_ALL, G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES

func GNodeForeachFunc

the function to call for each visited node

data void*

user data to pass to the function

Meta