go
GNode.next
glib
c
types
GNode
points to the node's next sibling (a sibling is another
glib.Node
with the same parent).
struct
GNode
GNode
*
next
;
glib
c
types
GNode
variables
children
data
next
parent
prev
points to the node's next sibling (a sibling is another glib.Node with the same parent).