Node.next

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

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

Meta