Function
ClutterActorBoxalloc
Declaration [src]
ClutterActorBox*
clutter_actor_box_alloc (
void
)
Return value
Type: 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. |