Node.children

points to the first child of the #GNode. The other children are accessed by using the @next pointer of each child.

  1. Node children [@property getter]
  2. Node children [@property setter]
    class Node
    @property
    void
    children

Meta