TreeWalkMode
Description:
[ CCode ( cprefix = "GGIT_TREE_WALK_MODE_" , type_id = "ggit_tree_walk_mode_get_type ()" ) ]
public enum TreeWalkMode
Describes in which order a tree walk should be performed.
Content:
Enum values:
- POST - walk tree in post-order
- PRE - walk tree in pre-order