From 31bee53eb769b4d72b39c0994adf1ddf345de209 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 11 Oct 2011 18:25:14 +0100 Subject: [PATCH] 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 clutter_event_set_related @@ -1126,6 +1130,11 @@ clutter_input_device_get_pointer_actor clutter_input_device_get_pointer_stage +clutter_input_device_grab +clutter_input_device_ungrab +clutter_input_device_get_grabbed_actor + + clutter_input_device_update_from_event 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 @@ 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 settings.ini + values specified in the settings.ini file. @@ -268,32 +268,32 @@ ShowFps A boolean value, equivalent to setting - CLUTTER_SHOW_FPS. + CLUTTER_SHOW_FPS. DisableMipmappedText A boolean value, equivalent to setting - CLUTTER_DISABLE_MIPMAPPED_TEXT. + CLUTTER_DISABLE_MIPMAPPED_TEXT. UseFuzzyPicking A boolean value, equivalent to setting - CLUTTER_FUZZY_PICK. + CLUTTER_FUZZY_PICK. EnableAccessibility A boolean value, equivalent to setting - CLUTTER_ENABLE_ACCESSIBILITY. + CLUTTER_ENABLE_ACCESSIBILITY. DefaultFps An integer value, equivalent to setting - CLUTTER_DEFAULT_FPS. + CLUTTER_DEFAULT_FPS. TextDirection A string value, equivalent to setting - CLUTTER_TEXT_DIRECTION. + CLUTTER_TEXT_DIRECTION. @@ -305,19 +305,19 @@ Debug A string containing the debugging flags, in the same - format that should be used with the CLUTTER_DEBUG + format that should be used with the CLUTTER_DEBUG environment variable. PaintDebug A string containing the paint debugging flags, in the same - format that should be used with the CLUTTER_PAINT + format that should be used with the CLUTTER_PAINT environment variable. PickDebug A string containing the pick debugging flags, in the same - format that should be used with the CLUTTER_PICK + format that should be used with the CLUTTER_PICK environment variable. -- 2.7.4