Method
ClutterActorreplace_child
Declaration [src]
void
clutter_actor_replace_child (
ClutterActor* self,
ClutterActor* old_child,
ClutterActor* new_child
)
Parameters
old_child |
ClutterActor |
The child of |
|
The data is owned by the caller of the function. | |
new_child |
ClutterActor |
The |
|
The data is owned by the caller of the function. |