Method
ClutterActorreplace_child
Declaration [src]
void
clutter_actor_replace_child (
  ClutterActor* self,
  ClutterActor* old_child,
  ClutterActor* new_child
)
Parameters
- old_child
- 
            Type: ClutterActorThe child of selfto replace.The data is owned by the caller of the method. 
- new_child
- 
            Type: ClutterActorThe ClutterActorto replaceold_child.The data is owned by the caller of the method.