Module: GLib::TraverseFlags

Defined in:
(unknown)

Constant Summary collapse

LEAVES =

only leaf nodes should be visited. This name has

been introduced in 2.6, for older version use
%G_TRAVERSE_LEAFS.
1 or :leaves
NON_LEAVES =

only non-leaf nodes should be visited. This

name has been introduced in 2.6, for older
version use %G_TRAVERSE_NON_LEAFS.
2 or :non_leaves
ALL =

all nodes should be visited.

3 or :all
MASK =

a mask of all traverse flags.

3 or :mask
LEAFS =

identical to %G_TRAVERSE_LEAVES.

1 or :leafs
NON_LEAFS =

identical to %G_TRAVERSE_NON_LEAVES.

2 or :non_leafs