Method
GeglNodeadd_child
Declaration [src]
GeglNode*
gegl_node_add_child (
GeglNode* graph,
GeglNode* child
)
Description [src]
Make the GeglNode graph
, take a reference on child. This reference
will be dropped when the reference count on the graph reaches zero.
Parameters
child |
GeglNode |
A GeglNode. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GeglNode |
The child. |
|
The data is owned by the instance. |