[clutter] docs: Fixes to build the API reference



commit 31bee53eb769b4d72b39c0994adf1ddf345de209
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue Oct 11 18:25:14 2011 +0100

    docs: Fixes to build the API reference

 doc/reference/clutter/clutter-sections.txt |    9 +++++++++
 doc/reference/clutter/running-clutter.xml  |   20 ++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)
---
diff --git a/doc/reference/clutter/clutter-sections.txt b/doc/reference/clutter/clutter-sections.txt
index 2354712..891968b 100644
--- a/doc/reference/clutter/clutter-sections.txt
+++ b/doc/reference/clutter/clutter-sections.txt
@@ -428,6 +428,7 @@ clutter_actor_add_action
 clutter_actor_add_action_with_name
 clutter_actor_remove_action
 clutter_actor_remove_action_by_name
+clutter_actor_has_actions
 clutter_actor_get_actions
 clutter_actor_get_action
 clutter_actor_clear_actions
@@ -435,6 +436,7 @@ clutter_actor_add_constraint
 clutter_actor_add_constraint_with_name
 clutter_actor_remove_constraint
 clutter_actor_remove_constraint_by_name
+clutter_actor_has_constraints
 clutter_actor_get_constraints
 clutter_actor_get_constraint
 clutter_actor_clear_constraints
@@ -442,6 +444,7 @@ clutter_actor_add_effect
 clutter_actor_add_effect_with_name
 clutter_actor_remove_effect
 clutter_actor_remove_effect_by_name
+clutter_actor_has_effects
 clutter_actor_get_effects
 clutter_actor_get_effect
 clutter_actor_clear_effects
@@ -1065,6 +1068,7 @@ clutter_event_get_key_code
 clutter_event_set_key_unicode
 clutter_event_get_key_unicode
 clutter_keysym_to_unicode
+clutter_unicode_to_keysym
 
 <SUBSECTION>
 clutter_event_set_related
@@ -1126,6 +1130,11 @@ clutter_input_device_get_pointer_actor
 clutter_input_device_get_pointer_stage
 
 <SUBSECTION>
+clutter_input_device_grab
+clutter_input_device_ungrab
+clutter_input_device_get_grabbed_actor
+
+<SUBSECTION>
 clutter_input_device_update_from_event
 
 <SUBSECTION Standard>
diff --git a/doc/reference/clutter/running-clutter.xml b/doc/reference/clutter/running-clutter.xml
index 3eb7431..94cd2cd 100644
--- a/doc/reference/clutter/running-clutter.xml
+++ b/doc/reference/clutter/running-clutter.xml
@@ -256,7 +256,7 @@
           <listitem><para>The keys in this section strictly map to the #GObject
           properties exposed by the #ClutterSettings type; if Clutter is running
           on an X11 platform, the XSettings manager will take precedence over the
-          values specified in the <filename>settings.ini<filename>
+          values specified in the <filename>settings.ini</filename>
           file.</para></listitem>
         </varlistentry>
       </variablelist>
@@ -268,32 +268,32 @@
           <varlistentry>
             <term>ShowFps</term>
             <listitem><para>A boolean value, equivalent to setting
-            <variable>CLUTTER_SHOW_FPS</variable>.</para></listitem>
+            <code>CLUTTER_SHOW_FPS</code>.</para></listitem>
           </varlistentry>
           <varlistentry>
             <term>DisableMipmappedText</term>
             <listitem><para>A boolean value, equivalent to setting
-            <variable>CLUTTER_DISABLE_MIPMAPPED_TEXT</variable>.</para></listitem>
+            <code>CLUTTER_DISABLE_MIPMAPPED_TEXT</code>.</para></listitem>
           </varlistentry>
           <varlistentry>
             <term>UseFuzzyPicking</term>
             <listitem><para>A boolean value, equivalent to setting
-            <variable>CLUTTER_FUZZY_PICK</variable>.</para></listitem>
+            <code>CLUTTER_FUZZY_PICK</code>.</para></listitem>
           </varlistentry>
           <varlistentry>
             <term>EnableAccessibility</term>
             <listitem><para>A boolean value, equivalent to setting
-            <variable>CLUTTER_ENABLE_ACCESSIBILITY</variable>.</para></listitem>
+            <code>CLUTTER_ENABLE_ACCESSIBILITY</code>.</para></listitem>
           </varlistentry>
           <varlistentry>
             <term>DefaultFps</term>
             <listitem><para>An integer value, equivalent to setting
-            <variable>CLUTTER_DEFAULT_FPS</variable>.</para></listitem>
+            <code>CLUTTER_DEFAULT_FPS</code>.</para></listitem>
           </varlistentry>
           <varlistentry>
             <term>TextDirection</term>
             <listitem><para>A string value, equivalent to setting
-            <variable>CLUTTER_TEXT_DIRECTION</variable>.</para></listitem>
+            <code>CLUTTER_TEXT_DIRECTION</code>.</para></listitem>
           </varlistentry>
         </variablelist>
       </section>
@@ -305,19 +305,19 @@
           <varlistentry>
             <term>Debug</term>
             <listitem><para>A string containing the debugging flags, in the same
-            format that should be used with the <variable>CLUTTER_DEBUG</variable>
+            format that should be used with the <code>CLUTTER_DEBUG</code>
             environment variable.</para></listitem>
           </varlistentry>
           <varlistentry>
             <term>PaintDebug</term>
             <listitem><para>A string containing the paint debugging flags, in the same
-            format that should be used with the <variable>CLUTTER_PAINT</variable>
+            format that should be used with the <code>CLUTTER_PAINT</code>
             environment variable.</para></listitem>
           </varlistentry>
           <varlistentry>
             <term>PickDebug</term>
             <listitem><para>A string containing the pick debugging flags, in the same
-            format that should be used with the <variable>CLUTTER_PICK</variable>
+            format that should be used with the <code>CLUTTER_PICK</code>
             environment variable.</para></listitem>
           </varlistentry>
         </variablelist>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]