Class
ClutterStageManager
since: 1.0
Description [src]
final class Clutter.StageManager : GObject.Object {
/* No available fields */
}
The ClutterStageManager
structure is private.
Available since: 1.0
Signals
Clutter.StageManager::stage-added
The ::stage-added signal is emitted each time a new ClutterStage
has been added to the stage manager.
since: 0.8
Clutter.StageManager::stage-removed
The ::stage-removed signal is emitted each time a ClutterStage
has been removed from the stage manager.
since: 0.8
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct ClutterStageManagerClass {
void (* stage_added) (
ClutterStageManager* stage_manager,
ClutterStage* stage
);
void (* stage_removed) (
ClutterStageManager* stage_manager,
ClutterStage* stage
);
}
The ClutterStageManagerClass
structure contains only private data
and should be accessed using the provided API.
Class members
stage_added: void (* stage_added) ( ClutterStageManager* stage_manager, ClutterStage* stage )
- No description available.
stage_removed: void (* stage_removed) ( ClutterStageManager* stage_manager, ClutterStage* stage )
- No description available.