points to the first child of the glib.Node The other children are accessed by using the next pointer of each child.
contains the actual data of the node.
points to the node's next sibling (a sibling is another glib.Node with the same parent).
points to the node's previous sibling.
Undocumented in source.