Node.next

points to the node's next sibling (a sibling is another glib.Node with the same parent).

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