diff --git a/clutter/clutter-alpha.c b/clutter/clutter-alpha.c index f0582814e..969f0ac48 100644 --- a/clutter/clutter-alpha.c +++ b/clutter/clutter-alpha.c @@ -1313,7 +1313,7 @@ register_alpha_internal (AlphaData *alpha_data) } /** - * clutter_alpha_register_func: (skip): + * clutter_alpha_register_func: (skip) * @func: a #ClutterAlphaFunc * @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. * - * Rename: clutter_alpha_register_func + * Rename to: clutter_alpha_register_func * * Return value: the logical id of the alpha function * diff --git a/clutter/clutter-interval.c b/clutter/clutter-interval.c index 1be1c4871..69de1b63e 100644 --- a/clutter/clutter-interval.c +++ b/clutter/clutter-interval.c @@ -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 * @func: a #ClutterProgressFunc, or %NULL to unset a previously * set progress function diff --git a/clutter/cogl/cogl/cogl-matrix.h b/clutter/cogl/cogl/cogl-matrix.h index b8a621801..d866437f3 100644 --- a/clutter/cogl/cogl/cogl-matrix.h +++ b/clutter/cogl/cogl/cogl-matrix.h @@ -319,10 +319,10 @@ cogl_matrix_get_inverse (const CoglMatrix *matrix, /** * cogl_matrix_transform_point: * @matrix: A 4x4 transformation matrix - * @x: (in-out): The X component of your points position - * @y: (in-out): The Y component of your points position - * @z: (in-out): The Z component of your points position - * @w: (in-out): The W component of your points position + * @x: (inout): The X component of your points position + * @y: (inout): The Y component of your points position + * @z: (inout): The Z 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 * components. diff --git a/doc/reference/clutter/clutter-sections.txt b/doc/reference/clutter/clutter-sections.txt index 3059a74fe..6121837e7 100644 --- a/doc/reference/clutter/clutter-sections.txt +++ b/doc/reference/clutter/clutter-sections.txt @@ -1124,6 +1124,7 @@ clutter_get_font_flags clutter_get_font_map ClutterTextDirection clutter_get_default_text_direction +clutter_get_accessibility_enabled clutter_threads_set_lock_functions @@ -1192,6 +1193,7 @@ clutter_x11_remove_filter clutter_x11_get_input_devices clutter_x11_has_xinput clutter_x11_enable_xinput +clutter_x11_event_get_key_group ClutterX11XInputDevice