Gjsify LogoGjsify Logo

Specifies which nodes are visited during several of the tree functions, including g_node_traverse() and g_node_find().

bitfield

Index

Enumeration Members

ALL: number

all nodes should be visited.

LEAFS: number

identical to %G_TRAVERSE_LEAVES.

LEAVES: number

only leaf nodes should be visited. This name has been introduced in 2.6, for older version use %G_TRAVERSE_LEAFS.

MASK: number

a mask of all traverse flags.

NON_LEAFS: number

identical to %G_TRAVERSE_NON_LEAVES.

NON_LEAVES: number

only non-leaf nodes should be visited. This name has been introduced in 2.6, for older version use %G_TRAVERSE_NON_LEAFS.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method