Method
ClutterActorreplace_child
since: 1.10
Declaration [src]
void
clutter_actor_replace_child (
ClutterActor* self,
ClutterActor* old_child,
ClutterActor* new_child
)
Description [src]
Replaces old_child
with new_child
in the list of children of self
.
Available since: 1.10
Parameters
old_child
-
Type:
ClutterActor
The child of
self
to replace.The data is owned by the caller of the function. new_child
-
Type:
ClutterActor
The
ClutterActor
to replaceold_child
.The data is owned by the caller of the function.