docs: Fixes to build the API reference
This commit is contained in:
parent
809298b5a2
commit
31bee53eb7
@ -428,6 +428,7 @@ clutter_actor_add_action
|
|||||||
clutter_actor_add_action_with_name
|
clutter_actor_add_action_with_name
|
||||||
clutter_actor_remove_action
|
clutter_actor_remove_action
|
||||||
clutter_actor_remove_action_by_name
|
clutter_actor_remove_action_by_name
|
||||||
|
clutter_actor_has_actions
|
||||||
clutter_actor_get_actions
|
clutter_actor_get_actions
|
||||||
clutter_actor_get_action
|
clutter_actor_get_action
|
||||||
clutter_actor_clear_actions
|
clutter_actor_clear_actions
|
||||||
@ -435,6 +436,7 @@ clutter_actor_add_constraint
|
|||||||
clutter_actor_add_constraint_with_name
|
clutter_actor_add_constraint_with_name
|
||||||
clutter_actor_remove_constraint
|
clutter_actor_remove_constraint
|
||||||
clutter_actor_remove_constraint_by_name
|
clutter_actor_remove_constraint_by_name
|
||||||
|
clutter_actor_has_constraints
|
||||||
clutter_actor_get_constraints
|
clutter_actor_get_constraints
|
||||||
clutter_actor_get_constraint
|
clutter_actor_get_constraint
|
||||||
clutter_actor_clear_constraints
|
clutter_actor_clear_constraints
|
||||||
@ -442,6 +444,7 @@ clutter_actor_add_effect
|
|||||||
clutter_actor_add_effect_with_name
|
clutter_actor_add_effect_with_name
|
||||||
clutter_actor_remove_effect
|
clutter_actor_remove_effect
|
||||||
clutter_actor_remove_effect_by_name
|
clutter_actor_remove_effect_by_name
|
||||||
|
clutter_actor_has_effects
|
||||||
clutter_actor_get_effects
|
clutter_actor_get_effects
|
||||||
clutter_actor_get_effect
|
clutter_actor_get_effect
|
||||||
clutter_actor_clear_effects
|
clutter_actor_clear_effects
|
||||||
@ -1065,6 +1068,7 @@ clutter_event_get_key_code
|
|||||||
clutter_event_set_key_unicode
|
clutter_event_set_key_unicode
|
||||||
clutter_event_get_key_unicode
|
clutter_event_get_key_unicode
|
||||||
clutter_keysym_to_unicode
|
clutter_keysym_to_unicode
|
||||||
|
clutter_unicode_to_keysym
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
clutter_event_set_related
|
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_actor
|
||||||
clutter_input_device_get_pointer_stage
|
clutter_input_device_get_pointer_stage
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
clutter_input_device_grab
|
||||||
|
clutter_input_device_ungrab
|
||||||
|
clutter_input_device_get_grabbed_actor
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
clutter_input_device_update_from_event
|
clutter_input_device_update_from_event
|
||||||
|
|
||||||
|
@ -256,7 +256,7 @@
|
|||||||
<listitem><para>The keys in this section strictly map to the #GObject
|
<listitem><para>The keys in this section strictly map to the #GObject
|
||||||
properties exposed by the #ClutterSettings type; if Clutter is running
|
properties exposed by the #ClutterSettings type; if Clutter is running
|
||||||
on an X11 platform, the XSettings manager will take precedence over the
|
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>
|
file.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
@ -268,32 +268,32 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>ShowFps</term>
|
<term>ShowFps</term>
|
||||||
<listitem><para>A boolean value, equivalent to setting
|
<listitem><para>A boolean value, equivalent to setting
|
||||||
<variable>CLUTTER_SHOW_FPS</variable>.</para></listitem>
|
<code>CLUTTER_SHOW_FPS</code>.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>DisableMipmappedText</term>
|
<term>DisableMipmappedText</term>
|
||||||
<listitem><para>A boolean value, equivalent to setting
|
<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>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>UseFuzzyPicking</term>
|
<term>UseFuzzyPicking</term>
|
||||||
<listitem><para>A boolean value, equivalent to setting
|
<listitem><para>A boolean value, equivalent to setting
|
||||||
<variable>CLUTTER_FUZZY_PICK</variable>.</para></listitem>
|
<code>CLUTTER_FUZZY_PICK</code>.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>EnableAccessibility</term>
|
<term>EnableAccessibility</term>
|
||||||
<listitem><para>A boolean value, equivalent to setting
|
<listitem><para>A boolean value, equivalent to setting
|
||||||
<variable>CLUTTER_ENABLE_ACCESSIBILITY</variable>.</para></listitem>
|
<code>CLUTTER_ENABLE_ACCESSIBILITY</code>.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>DefaultFps</term>
|
<term>DefaultFps</term>
|
||||||
<listitem><para>An integer value, equivalent to setting
|
<listitem><para>An integer value, equivalent to setting
|
||||||
<variable>CLUTTER_DEFAULT_FPS</variable>.</para></listitem>
|
<code>CLUTTER_DEFAULT_FPS</code>.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>TextDirection</term>
|
<term>TextDirection</term>
|
||||||
<listitem><para>A string value, equivalent to setting
|
<listitem><para>A string value, equivalent to setting
|
||||||
<variable>CLUTTER_TEXT_DIRECTION</variable>.</para></listitem>
|
<code>CLUTTER_TEXT_DIRECTION</code>.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</section>
|
</section>
|
||||||
@ -305,19 +305,19 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Debug</term>
|
<term>Debug</term>
|
||||||
<listitem><para>A string containing the debugging flags, in the same
|
<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>
|
environment variable.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>PaintDebug</term>
|
<term>PaintDebug</term>
|
||||||
<listitem><para>A string containing the paint debugging flags, in the same
|
<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>
|
environment variable.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>PickDebug</term>
|
<term>PickDebug</term>
|
||||||
<listitem><para>A string containing the pick debugging flags, in the same
|
<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>
|
environment variable.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
Loading…
Reference in New Issue
Block a user