2008-06-12 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-docs.sgml: Clean up. * clutter/clutter-sections.txt: Add missing new symbols. * clutter/clutter.types: Add ClutterChildMeta type.
This commit is contained in:
parent
895bbc59e5
commit
a617fc4cdf
@ -1,3 +1,11 @@
|
|||||||
|
2008-06-12 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-docs.sgml: Clean up.
|
||||||
|
|
||||||
|
* clutter/clutter-sections.txt: Add missing new symbols.
|
||||||
|
|
||||||
|
* clutter/clutter.types: Add ClutterChildMeta type.
|
||||||
|
|
||||||
2008-06-11 Emmanuele Bassi <ebassi@openedhand.com>
|
2008-06-11 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/subclassing-ClutterActor.sgml: Add more notes and
|
* clutter/subclassing-ClutterActor.sgml: Add more notes and
|
||||||
|
@ -339,7 +339,7 @@
|
|||||||
<title>Abstract classes and interfaces</title>
|
<title>Abstract classes and interfaces</title>
|
||||||
<xi:include href="xml/clutter-actor.xml"/>
|
<xi:include href="xml/clutter-actor.xml"/>
|
||||||
<xi:include href="xml/clutter-container.xml"/>
|
<xi:include href="xml/clutter-container.xml"/>
|
||||||
<xi:include href="xml/clutter-child-data.xml"/>
|
<xi:include href="xml/clutter-child-meta.xml"/>
|
||||||
<xi:include href="xml/clutter-media.xml"/>
|
<xi:include href="xml/clutter-media.xml"/>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
@ -362,7 +362,13 @@
|
|||||||
</part>
|
</part>
|
||||||
|
|
||||||
<part id="clutteranimation">
|
<part id="clutteranimation">
|
||||||
<title>Clutter Animation Support</title>
|
<title>Clutter Animation Framework</title>
|
||||||
|
|
||||||
|
<partintro>
|
||||||
|
<para>Clutter has a fully extensible animation framework
|
||||||
|
providing support for explicit and implicit animations of
|
||||||
|
single actors as well as groups of actors.</para>
|
||||||
|
</partintro>
|
||||||
|
|
||||||
<chapter>
|
<chapter>
|
||||||
<title>Base classes</title>
|
<title>Base classes</title>
|
||||||
@ -458,18 +464,23 @@
|
|||||||
<index>
|
<index>
|
||||||
<title>Index</title>
|
<title>Index</title>
|
||||||
</index>
|
</index>
|
||||||
|
|
||||||
<index role="deprecated">
|
<index role="deprecated">
|
||||||
<title>Index of deprecated symbols</title>
|
<title>Index of deprecated symbols</title>
|
||||||
</index>
|
</index>
|
||||||
|
|
||||||
<index role="0.2">
|
<index role="0.2">
|
||||||
<title>Index of new symbols in 0.2</title>
|
<title>Index of new symbols in 0.2</title>
|
||||||
</index>
|
</index>
|
||||||
|
|
||||||
<index role="0.4">
|
<index role="0.4">
|
||||||
<title>Index of new symbols in 0.4</title>
|
<title>Index of new symbols in 0.4</title>
|
||||||
</index>
|
</index>
|
||||||
|
|
||||||
<index role="0.6">
|
<index role="0.6">
|
||||||
<title>Index of new symbols in 0.6</title>
|
<title>Index of new symbols in 0.6</title>
|
||||||
</index>
|
</index>
|
||||||
|
|
||||||
<index role="0.8">
|
<index role="0.8">
|
||||||
<title>Index of new symbols in 0.8</title>
|
<title>Index of new symbols in 0.8</title>
|
||||||
</index>
|
</index>
|
||||||
|
@ -493,6 +493,7 @@ clutter_vertex_get_type
|
|||||||
ClutterTexture
|
ClutterTexture
|
||||||
ClutterTextureClass
|
ClutterTextureClass
|
||||||
ClutterTextureFlags
|
ClutterTextureFlags
|
||||||
|
ClutterTextureQuality
|
||||||
clutter_texture_new
|
clutter_texture_new
|
||||||
clutter_texture_new_from_file
|
clutter_texture_new_from_file
|
||||||
clutter_texture_new_from_actor
|
clutter_texture_new_from_actor
|
||||||
@ -922,6 +923,7 @@ CLUTTER_ANGLE_TO_DEGF
|
|||||||
CLUTTER_ANGLE_TO_DEG
|
CLUTTER_ANGLE_TO_DEG
|
||||||
CLUTTER_ANGLE_TO_DEGX
|
CLUTTER_ANGLE_TO_DEGX
|
||||||
CLUTTER_ANGLE_MAX_DEG
|
CLUTTER_ANGLE_MAX_DEG
|
||||||
|
CFX_RADIANS_TO_DEGREES
|
||||||
clutter_cosi
|
clutter_cosi
|
||||||
clutter_cosx
|
clutter_cosx
|
||||||
clutter_sini
|
clutter_sini
|
||||||
@ -937,6 +939,8 @@ clutter_powx
|
|||||||
clutter_qmulx
|
clutter_qmulx
|
||||||
clutter_qdivx
|
clutter_qdivx
|
||||||
clutter_tani
|
clutter_tani
|
||||||
|
clutter_atani
|
||||||
|
clutter_atan2i
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
CLUTTER_MAXFIXED
|
CLUTTER_MAXFIXED
|
||||||
@ -1288,6 +1292,7 @@ clutter_script_error_quark
|
|||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>clutter-scriptable</FILE>
|
<FILE>clutter-scriptable</FILE>
|
||||||
<TITLE>ClutterScriptable</TITLE>
|
<TITLE>ClutterScriptable</TITLE>
|
||||||
|
ClutterScriptable
|
||||||
ClutterScriptableIface
|
ClutterScriptableIface
|
||||||
clutter_scriptable_set_id
|
clutter_scriptable_set_id
|
||||||
clutter_scriptable_get_id
|
clutter_scriptable_get_id
|
||||||
@ -1474,5 +1479,4 @@ CLUTTER_TYPE_SHADER
|
|||||||
ClutterShaderPrivate
|
ClutterShaderPrivate
|
||||||
clutter_shader_get_type
|
clutter_shader_get_type
|
||||||
clutter_shader_error_quark
|
clutter_shader_error_quark
|
||||||
clutter_shader_release_all
|
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
@ -27,3 +27,4 @@ clutter_model_iter_get_type
|
|||||||
clutter_list_model_get_type
|
clutter_list_model_get_type
|
||||||
clutter_score_get_type
|
clutter_score_get_type
|
||||||
clutter_shader_get_type
|
clutter_shader_get_type
|
||||||
|
clutter_child_meta_get_type
|
||||||
|
Loading…
Reference in New Issue
Block a user