Signal

ClutterStageManager::stage-added

since: 0.8

Declaration

void
stage_added (
  ClutterStageManager* self,
  ClutterActor* stage,
  gpointer user_data
)

Description [src]

The ::stage-added signal is emitted each time a new ClutterStage has been added to the stage manager.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 0.8

Parameters

stage

Type: ClutterStage

The added stage.

The data is owned by the caller of the function.