Node.findChild

Finds the first child of a #GNode with the given data.

class Node
findChild
(
GTraverseFlags flags
,
void* data
)

Parameters

flags GTraverseFlags

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

data void*

the data to find

Return Value

Type: Node

the found child #GNode, or %NULL if the data is not found

Meta