Function Macro
GLibnode_append
Declaration [src]
#define g_node_append (
parent,
node
)
Description [src]
Inserts a GNode as the last child of the given parent.
This function is not directly available to language bindings.
Parameters
parent-
Type:
-The
GNodeto place the newGNodeunder. node-
Type:
-The
GNodeto insert.