GNode.next

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

struct GNode
GNode* next;