find_child
Description:
public unowned Node<
G>
find_child (
TraverseFlags flags,
G data)
Finds the first child of a Node with the given data.
Parameters:
| this |
a Node
|
| flags |
which types of children are to be searched, one of g_traverse_all,
g_traverse_leaves and g_traverse_non_leaves
|
| data |
the data to find
|
Returns:
|
the found child Node, or null if the data
is not found
|