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.

Return value

Type: ClutterActor

The newly created ClutterActor.

The data is owned by the called function.