Add ClutterBehaviourDepth to the API reference
This commit is contained in:
parent
350bb347d8
commit
8de3caa946
@ -1,3 +1,9 @@
|
|||||||
|
2007-07-09 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter.types:
|
||||||
|
* clutter-docs.sgml:
|
||||||
|
* clutter-sections.txt: Add ClutterBehaviourDepth.
|
||||||
|
|
||||||
2007-07-04 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-07-04 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter-docs.sgml: Remove partintro, as it messes up with
|
* clutter-docs.sgml: Remove partintro, as it messes up with
|
||||||
|
@ -117,6 +117,7 @@
|
|||||||
<title>Clutter Behaviours</title>
|
<title>Clutter Behaviours</title>
|
||||||
|
|
||||||
<xi:include href="xml/clutter-behaviour-bspline.xml"/>
|
<xi:include href="xml/clutter-behaviour-bspline.xml"/>
|
||||||
|
<xi:include href="xml/clutter-behaviour-depth.xml"/>
|
||||||
<xi:include href="xml/clutter-behaviour-ellipse.xml"/>
|
<xi:include href="xml/clutter-behaviour-ellipse.xml"/>
|
||||||
<xi:include href="xml/clutter-behaviour-opacity.xml"/>
|
<xi:include href="xml/clutter-behaviour-opacity.xml"/>
|
||||||
<xi:include href="xml/clutter-behaviour-path.xml"/>
|
<xi:include href="xml/clutter-behaviour-path.xml"/>
|
||||||
|
@ -971,3 +971,21 @@ CLUTTER_VBOX_GET_CLASS
|
|||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
clutter_vbox_get_type
|
clutter_vbox_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>clutter-behaviour-depth</FILE>
|
||||||
|
<TITLE>ClutterBehaviourDepth</TITLE>
|
||||||
|
ClutterBehaviourDepth
|
||||||
|
ClutterBehaviourDepthClass
|
||||||
|
clutter_behaviour_depth_new
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
CLUTTER_BEHAVIOUR_DEPTH
|
||||||
|
CLUTTER_IS_BEHAVIOUR_DEPTH
|
||||||
|
CLUTTER_TYPE_BEHAVIOUR_DEPTH
|
||||||
|
CLUTTER_BEHAVIOUR_DEPTH_CLASS
|
||||||
|
CLUTTER_IS_BEHAVIOUR_DEPTH_CLASS
|
||||||
|
CLUTTER_BEHAVIOUR_DEPTH_GET_CLASS
|
||||||
|
<SUBSECTION Private>
|
||||||
|
ClutterBehaviourDepthPrivate
|
||||||
|
clutter_behaviour_depth_get_type
|
||||||
|
</SECTION>
|
||||||
|
@ -13,6 +13,7 @@ clutter_media_get_type
|
|||||||
clutter_behaviour_get_type
|
clutter_behaviour_get_type
|
||||||
clutter_alpha_get_type
|
clutter_alpha_get_type
|
||||||
clutter_behaviour_bspline_get_type
|
clutter_behaviour_bspline_get_type
|
||||||
|
clutter_behaviour_depth_get_type
|
||||||
clutter_behaviour_ellipse_get_type
|
clutter_behaviour_ellipse_get_type
|
||||||
clutter_behaviour_opacity_get_type
|
clutter_behaviour_opacity_get_type
|
||||||
clutter_behaviour_path_get_type
|
clutter_behaviour_path_get_type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user