Method

ClutterActorBoxcopy

Declaration [src]

ClutterActorBox*
clutter_actor_box_copy (
  const ClutterActorBox* box
)

Description [src]

Copies box.

Available since:1.0

Return value

Returns: ClutterActorBox
 

A newly allocated copy of ClutterActorBox. Use clutter_actor_box_free() to free the allocated resources.

 The caller of the method takes ownership of the data, and is responsible for freeing it.