docs: Fixes for gtk-doc

This commit is contained in:
Emmanuele Bassi 2010-09-03 16:10:44 +01:00
parent b06b7109d6
commit 0caef5c8aa
4 changed files with 9 additions and 7 deletions

View File

@ -1313,7 +1313,7 @@ register_alpha_internal (AlphaData *alpha_data)
} }
/** /**
* clutter_alpha_register_func: (skip): * clutter_alpha_register_func: (skip)
* @func: a #ClutterAlphaFunc * @func: a #ClutterAlphaFunc
* @data: user data to pass to @func, or %NULL * @data: user data to pass to @func, or %NULL
* *
@ -1353,7 +1353,7 @@ clutter_alpha_register_func (ClutterAlphaFunc func,
* *
* The logical id is always greater than %CLUTTER_ANIMATION_LAST. * The logical id is always greater than %CLUTTER_ANIMATION_LAST.
* *
* Rename: clutter_alpha_register_func * Rename to: clutter_alpha_register_func
* *
* Return value: the logical id of the alpha function * Return value: the logical id of the alpha function
* *

View File

@ -968,7 +968,7 @@ clutter_interval_compute (ClutterInterval *interval,
} }
/** /**
* clutter_interval_register_progress_func: (skip): * clutter_interval_register_progress_func: (skip)
* @value_type: a #GType * @value_type: a #GType
* @func: a #ClutterProgressFunc, or %NULL to unset a previously * @func: a #ClutterProgressFunc, or %NULL to unset a previously
* set progress function * set progress function

View File

@ -319,10 +319,10 @@ cogl_matrix_get_inverse (const CoglMatrix *matrix,
/** /**
* cogl_matrix_transform_point: * cogl_matrix_transform_point:
* @matrix: A 4x4 transformation matrix * @matrix: A 4x4 transformation matrix
* @x: (in-out): The X component of your points position * @x: (inout): The X component of your points position
* @y: (in-out): The Y component of your points position * @y: (inout): The Y component of your points position
* @z: (in-out): The Z component of your points position * @z: (inout): The Z component of your points position
* @w: (in-out): The W component of your points position * @w: (inout): The W component of your points position
* *
* Transforms a point whos position is given and returned as four float * Transforms a point whos position is given and returned as four float
* components. * components.

View File

@ -1124,6 +1124,7 @@ clutter_get_font_flags
clutter_get_font_map clutter_get_font_map
ClutterTextDirection ClutterTextDirection
clutter_get_default_text_direction clutter_get_default_text_direction
clutter_get_accessibility_enabled
<SUBSECTION> <SUBSECTION>
clutter_threads_set_lock_functions clutter_threads_set_lock_functions
@ -1192,6 +1193,7 @@ clutter_x11_remove_filter
clutter_x11_get_input_devices clutter_x11_get_input_devices
clutter_x11_has_xinput clutter_x11_has_xinput
clutter_x11_enable_xinput clutter_x11_enable_xinput
clutter_x11_event_get_key_group
<SUBSECTION Private> <SUBSECTION Private>
ClutterX11XInputDevice ClutterX11XInputDevice