Method

ClutterActorget_stage

Declaration [src]

ClutterActor*
clutter_actor_get_stage (
  ClutterActor* actor
)

Description [src]

Retrieves the ClutterStage where actor is contained.

Available since:0.8

Return value

Returns: ClutterStage
 

The stage containing the actor, or NULL.

 The data is owned by the instance.