Constructor

ClutterActornew

Declaration [src]

ClutterActor*
clutter_actor_new (
  void
)

Description [src]

Creates a new ClutterActor.

A newly created actor has a floating reference, which will be sunk when it is added to another actor.

Available since:1.10

Return value

Returns: ClutterActor
 

The newly created ClutterActor.

 The data is owned by the called function.