Function Macro
GLibnode_append_data
Declaration [src]
#define g_node_append_data (
parent,
data
)
Description [src]
Inserts a new 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. data-
Type:
-The data for the new
GNode.