Node.children

points to the first child of the glib.Node The other children are accessed by using the next pointer of each child.

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