Add ClutterBehaviourRotate section to the documentation.
This commit is contained in:
parent
b76fb9804a
commit
05eedd6f8f
1 changed files with 26 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue