Method
ClutterPaintNodeadd_child
since: 1.10
Declaration [src]
void
clutter_paint_node_add_child (
ClutterPaintNode* node,
ClutterPaintNode* child
)
Description [src]
Adds child
to the list of children of node
.
This function will acquire a reference on child
.
Available since: 1.10
Parameters
child
-
Type:
ClutterPaintNode
The child
ClutterPaintNode
to add.The data is owned by the caller of the function.