Method

ClutterActorget_stage

Declaration [src]

ClutterActor*
clutter_actor_get_stage (
  ClutterActor* actor
)

Description [src]

Retrieves the ClutterStage where actor is contained.

Return value

Type: ClutterStage

The stage containing the actor, or NULL.

The returned data is owned by the instance.