TraverseFlags
Description:
[ CCode ( cprefix = "G_TRAVERSE_" ) ]
public enum TraverseFlags
Specifies which nodes are visited during several of the tree functions, including
traverse and find.
Content:
Enum values:
- ALL - all nodes should be visited.
- LEAFS - identical to
g_traverse_leaves.
- LEAVES - only leaf nodes should be
visited.
- MASK - a mask of all traverse flags.
- NON_LEAFS - identical to
g_traverse_non_leaves.
- NON_LEAVES - only non-leaf nodes
should be visited.