docs: Fixes to build the API reference

This commit is contained in:
Emmanuele Bassi 2011-10-11 18:25:14 +01:00
parent 809298b5a2
commit 31bee53eb7
2 changed files with 19 additions and 10 deletions

View File

@ -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
@ -1125,6 +1129,11 @@ clutter_input_device_get_device_coords
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

View File

@ -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>