mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
docs: Fixes for gtk-doc
This commit is contained in:
parent
b06b7109d6
commit
0caef5c8aa
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -1124,6 +1124,7 @@ clutter_get_font_flags
|
||||
clutter_get_font_map
|
||||
ClutterTextDirection
|
||||
clutter_get_default_text_direction
|
||||
clutter_get_accessibility_enabled
|
||||
|
||||
<SUBSECTION>
|
||||
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
|
||||
|
||||
<SUBSECTION Private>
|
||||
ClutterX11XInputDevice
|
||||
|
Loading…
Reference in New Issue
Block a user