Method
ClutterActoradd_child
Declaration [src]
void
clutter_actor_add_child (
ClutterActor* self,
ClutterActor* child
)
Description [src]
Adds child to the children of self.
This function will acquire a reference on child that will only
be released when calling clutter_actor_remove_child().
This function will take into consideration the ClutterActor:depth
of child, and will keep the list of children sorted.
This function will emit the ClutterContainer::actor-added signal
on self.
| Available since: | 1.10 |
Parameters
child |
ClutterActor |
A |
|
| The data is owned by the caller of the function. |