mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
docs: Add ClutterState to the API reference
This commit is contained in:
parent
382bd394b9
commit
07ffa015ab
@ -138,6 +138,7 @@
|
|||||||
<xi:include href="xml/clutter-animation.xml"/>
|
<xi:include href="xml/clutter-animation.xml"/>
|
||||||
<xi:include href="xml/clutter-animatable.xml"/>
|
<xi:include href="xml/clutter-animatable.xml"/>
|
||||||
<xi:include href="xml/clutter-animator.xml"/>
|
<xi:include href="xml/clutter-animator.xml"/>
|
||||||
|
<xi:include href="xml/clutter-state.xml"/>
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
@ -2218,3 +2218,46 @@ CLUTTER_ALIGN_CONSTRAINT
|
|||||||
CLUTTER_IS_ALIGN_CONSTRAINT
|
CLUTTER_IS_ALIGN_CONSTRAINT
|
||||||
clutter_align_constraint_get_type
|
clutter_align_constraint_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>clutter-state</FILE>
|
||||||
|
<TITLE>ClutterState</TITLE>
|
||||||
|
ClutterState
|
||||||
|
ClutterStateClass
|
||||||
|
clutter_state_new
|
||||||
|
clutter_state_set
|
||||||
|
clutter_state_set_key
|
||||||
|
clutter_state_set_duration
|
||||||
|
clutter_state_get_duration
|
||||||
|
clutter_state_get_states
|
||||||
|
clutter_state_get_keys
|
||||||
|
clutter_state_remove_key
|
||||||
|
clutter_state_get_timeline
|
||||||
|
clutter_state_set_animator
|
||||||
|
clutter_state_get_animator
|
||||||
|
clutter_state_get_target_state
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
ClutterStateKey
|
||||||
|
clutter_state_key_get_pre_delay
|
||||||
|
clutter_state_key_get_post_delay
|
||||||
|
clutter_state_key_get_mode
|
||||||
|
clutter_state_key_get_value
|
||||||
|
clutter_state_key_get_object
|
||||||
|
clutter_state_key_get_property_name
|
||||||
|
clutter_state_key_get_source_state_name
|
||||||
|
clutter_state_key_get_target_state_name
|
||||||
|
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
CLUTTER_TYPE_STATE
|
||||||
|
CLUTTER_STATE
|
||||||
|
CLUTTER_STATE_CLASS
|
||||||
|
CLUTTER_IS_STATE
|
||||||
|
CLUTTER_IS_STATE_CLASS
|
||||||
|
CLUTTER_STATE_GET_CLASS
|
||||||
|
clutter_state_get_type
|
||||||
|
clutter_state_key_get_type
|
||||||
|
|
||||||
|
<SUBSECTION Private>
|
||||||
|
ClutterStatePrivate
|
||||||
|
</SECTION>
|
||||||
|
@ -49,3 +49,4 @@ clutter_drag_action_get_type
|
|||||||
clutter_constraint_get_type
|
clutter_constraint_get_type
|
||||||
clutter_bind_constraint_get_type
|
clutter_bind_constraint_get_type
|
||||||
clutter_align_constraint_get_type
|
clutter_align_constraint_get_type
|
||||||
|
clutter_state_get_type
|
||||||
|
Loading…
Reference in New Issue
Block a user