docs: Make StageManager a public class

The StageManager API is useful to track the stages of an application.
It will also be useful when we land the modules API.
This commit is contained in:
Emmanuele Bassi 2009-10-10 13:52:46 +01:00
parent c3d056533c
commit a99f693c85
4 changed files with 26 additions and 1 deletions

View File

@ -77,7 +77,6 @@ IGNORE_HFILES=\
clutter-private.h \
clutter-id-pool.h \
clutter-script-private.h \
clutter-stage-manager.h \
clutter-stage-window.h \
clutter-timeout-interval.h \
stamp-clutter-enum-types.h \

View File

@ -126,6 +126,7 @@
<xi:include href="xml/clutter-event.xml"/>
<xi:include href="xml/clutter-main.xml"/>
<xi:include href="xml/clutter-shader.xml"/>
<xi:include href="xml/clutter-stage-manager.xml"/>
<xi:include href="xml/clutter-units.xml"/>
<xi:include href="xml/clutter-util.xml"/>
<xi:include href="xml/clutter-version.xml"/>

View File

@ -1702,3 +1702,26 @@ clutter_egl_display
<FILE>clutter-eglx</FILE>
clutter_eglx_display
</SECTION>
<SECTION>
<TITLE>ClutterStageManager</TITLE>
<FILE>clutter-stage-manager</FILE>
ClutterStageManager
ClutterStageManagerClass
clutter_stage_manager_get_default
clutter_stage_manager_set_default_stage
clutter_stage_manager_get_default_stage
clutter_stage_manager_list_stages
clutter_stage_manager_peek_stages
<SUBSECTION Standard>
CLUTTER_TYPE_STAGE_MANAGER
CLUTTER_STAGE_MANAGER
CLUTTER_STAGE_MANAGER_CLASS
CLUTTER_IS_STAGE_MANAGER
CLUTTER_IS_STAGE_MANAGER_CLASS
CLUTTER_STAGE_MANAGER_GET_CLASS
<SUBSECTION Private>
clutter_stage_manager_get_type
</SECTION>

View File

@ -31,3 +31,5 @@ clutter_text_get_type
clutter_animatable_get_type
clutter_animation_get_type
clutter_interval_get_type
clutter_stage_manager_get_type
clutter_binding_pool_get_type