Method

ClutterActorreplace_child

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 ClutterActor
 

The child of self to replace.

 The data is owned by the caller of the function.
new_child ClutterActor
 

The ClutterActor to replace old_child.

 The data is owned by the caller of the function.