mirror of
https://github.com/brl/mutter.git
synced 2024-12-27 13:22:15 +00:00
Add ClutterBehaviourRotate section to the documentation.
This commit is contained in:
parent
b76fb9804a
commit
05eedd6f8f
@ -331,7 +331,6 @@ clutter_stage_show_cursor
|
||||
clutter_stage_hide_cursor
|
||||
clutter_stage_get_actor_at_pos
|
||||
clutter_stage_snapshot
|
||||
clutter_stage_flush
|
||||
<SUBSECTION Standard>
|
||||
CLUTTER_STAGE
|
||||
CLUTTER_IS_STAGE
|
||||
@ -425,6 +424,32 @@ ClutterBehaviourOpacityPrivate
|
||||
clutter_behaviour_opacity_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>clutter-behaviour-rotate</FILE>
|
||||
<TITLE>ClutterBehaviourRotate</TITLE>
|
||||
ClutterRotateAxis
|
||||
ClutterRotateDirection
|
||||
ClutterBehaviourRotate
|
||||
ClutterBehaviourRotateClass
|
||||
clutter_behaviour_rotate_new
|
||||
clutter_behaviour_rotate_newx
|
||||
clutter_behaviour_rotate_set_axis
|
||||
clutter_behaviour_rotate_set_direction
|
||||
clutter_behaviour_rotate_get_axis
|
||||
clutter_behaviour_rotate_get_bounds
|
||||
clutter_behaviour_rotate_get_boundsx
|
||||
clutter_behaviour_rotate_get_direction
|
||||
<SUBSECTION Standard>
|
||||
CLUTTER_BEHAVIOUR_ROTATE
|
||||
CLUTTER_IS_BEHAVIOUR_ROTATE
|
||||
CLUTTER_BEHAVIOUR_ROTATE_CLASS
|
||||
CLUTTER_IS_BEHAVIOUR_ROTATE_CLASS
|
||||
CLUTTER_BEHAVIOUR_ROTATE_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
ClutterBehaviourRotatePrivate
|
||||
clutter_behaviour_rotate_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>clutter-behaviour-scale</FILE>
|
||||
<TITLE>ClutterBehaviourScale</TITLE>
|
||||
|
Loading…
Reference in New Issue
Block a user