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>
|
||||
|
||||
* clutter/subclassing-ClutterActor.sgml: Add more notes and
|
||||
|
@ -339,7 +339,7 @@
|
||||
<title>Abstract classes and interfaces</title>
|
||||
<xi:include href="xml/clutter-actor.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"/>
|
||||
</chapter>
|
||||
|
||||
@ -362,7 +362,13 @@
|
||||
</part>
|
||||
|
||||
<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>
|
||||
<title>Base classes</title>
|
||||
@ -458,18 +464,23 @@
|
||||
<index>
|
||||
<title>Index</title>
|
||||
</index>
|
||||
|
||||
<index role="deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
</index>
|
||||
|
||||
<index role="0.2">
|
||||
<title>Index of new symbols in 0.2</title>
|
||||
</index>
|
||||
|
||||
<index role="0.4">
|
||||
<title>Index of new symbols in 0.4</title>
|
||||
</index>
|
||||
|
||||
<index role="0.6">
|
||||
<title>Index of new symbols in 0.6</title>
|
||||
</index>
|
||||
|
||||
<index role="0.8">
|
||||
<title>Index of new symbols in 0.8</title>
|
||||
</index>
|
||||
|
@ -493,6 +493,7 @@ clutter_vertex_get_type
|
||||
ClutterTexture
|
||||
ClutterTextureClass
|
||||
ClutterTextureFlags
|
||||
ClutterTextureQuality
|
||||
clutter_texture_new
|
||||
clutter_texture_new_from_file
|
||||
clutter_texture_new_from_actor
|
||||
@ -922,6 +923,7 @@ CLUTTER_ANGLE_TO_DEGF
|
||||
CLUTTER_ANGLE_TO_DEG
|
||||
CLUTTER_ANGLE_TO_DEGX
|
||||
CLUTTER_ANGLE_MAX_DEG
|
||||
CFX_RADIANS_TO_DEGREES
|
||||
clutter_cosi
|
||||
clutter_cosx
|
||||
clutter_sini
|
||||
@ -937,6 +939,8 @@ clutter_powx
|
||||
clutter_qmulx
|
||||
clutter_qdivx
|
||||
clutter_tani
|
||||
clutter_atani
|
||||
clutter_atan2i
|
||||
|
||||
<SUBSECTION>
|
||||
CLUTTER_MAXFIXED
|
||||
@ -1288,6 +1292,7 @@ clutter_script_error_quark
|
||||
<SECTION>
|
||||
<FILE>clutter-scriptable</FILE>
|
||||
<TITLE>ClutterScriptable</TITLE>
|
||||
ClutterScriptable
|
||||
ClutterScriptableIface
|
||||
clutter_scriptable_set_id
|
||||
clutter_scriptable_get_id
|
||||
@ -1474,5 +1479,4 @@ CLUTTER_TYPE_SHADER
|
||||
ClutterShaderPrivate
|
||||
clutter_shader_get_type
|
||||
clutter_shader_error_quark
|
||||
clutter_shader_release_all
|
||||
</SECTION>
|
||||
|
@ -27,3 +27,4 @@ clutter_model_iter_get_type
|
||||
clutter_list_model_get_type
|
||||
clutter_score_get_type
|
||||
clutter_shader_get_type
|
||||
clutter_child_meta_get_type
|
||||
|
Loading…
Reference in New Issue
Block a user