Function

ClutterActorBoxalloc

Declaration [src]

ClutterActorBox*
clutter_actor_box_alloc (
  void
)

Description [src]

Allocates a new ClutterActorBox.

Available since:1.12

Return value

Returns: ClutterActorBox
 

The newly allocated ClutterActorBox. Use clutter_actor_box_free() to free its resources.

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