go
GNode.parent
glib
c
types
GNode
points to the parent of the
glib.Node
, or is
NULL
if the
glib.Node
is the root of the tree.
struct
GNode
GNode
*
parent
;
glib
c
types
GNode
variables
children
data
next
parent
prev
points to the parent of the glib.Node, or is NULL if the glib.Node is the root of the tree.