GNode.next

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

struct GNode
GNode* next;

Meta