API Version: 2.0
Library Version: 2.72
#define g_node_append ( parent, node )
Inserts a GNode as the last child of the given parent.
GNode
parent
-
The GNode to place the new GNode under.
node
The GNode to insert.