mirror of
https://github.com/brl/mutter.git
synced 2025-02-21 07:24:09 +00:00
docs: Documentation fixes
This commit is contained in:
parent
8c7298b0c1
commit
ab0eb0a12b
@ -29,7 +29,7 @@
|
|||||||
* @short_description: Implementation of the ATK interfaces for a #ClutterGroup
|
* @short_description: Implementation of the ATK interfaces for a #ClutterGroup
|
||||||
* @see_also: #ClutterGroup
|
* @see_also: #ClutterGroup
|
||||||
*
|
*
|
||||||
* #CallyClutterGroup implements the required ATK interfaces of #ClutterGroup
|
* #CallyGroup implements the required ATK interfaces of #ClutterGroup
|
||||||
* In particular it exposes:
|
* In particular it exposes:
|
||||||
*
|
*
|
||||||
* <itemizedlist>
|
* <itemizedlist>
|
||||||
|
@ -1796,7 +1796,7 @@ clutter_get_option_group (void)
|
|||||||
* calling g_option_context_parse() with the #GOptionGroup returned by this
|
* calling g_option_context_parse() with the #GOptionGroup returned by this
|
||||||
* function requires a subsequent explicit call to clutter_init(); use this
|
* function requires a subsequent explicit call to clutter_init(); use this
|
||||||
* function when needing to set foreign display connection with
|
* function when needing to set foreign display connection with
|
||||||
* clutter_x11_set_display(), or with gtk_clutter_init().
|
* clutter_x11_set_display(), or with <function>gtk_clutter_init()</function>.
|
||||||
*
|
*
|
||||||
* Return value: (transfer full): a #GOptionGroup for the commandline arguments
|
* Return value: (transfer full): a #GOptionGroup for the commandline arguments
|
||||||
* recognized by Clutter
|
* recognized by Clutter
|
||||||
|
@ -747,7 +747,7 @@ G_DEFINE_BOXED_TYPE_WITH_CODE (ClutterUnits, clutter_units,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_value_set_units:
|
* clutter_value_set_units:
|
||||||
* @value: a #GValue initialized to #CLUTTER_TYPE_UNIT
|
* @value: a #GValue initialized to %CLUTTER_TYPE_UNITS
|
||||||
* @units: the units to set
|
* @units: the units to set
|
||||||
*
|
*
|
||||||
* Sets @value to @units
|
* Sets @value to @units
|
||||||
@ -765,7 +765,7 @@ clutter_value_set_units (GValue *value,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_value_get_units:
|
* clutter_value_get_units:
|
||||||
* @value: a #GValue initialized to #CLUTTER_TYPE_UNIT
|
* @value: a #GValue initialized to %CLUTTER_TYPE_UNITS
|
||||||
*
|
*
|
||||||
* Gets the #ClutterUnits contained in @value.
|
* Gets the #ClutterUnits contained in @value.
|
||||||
*
|
*
|
||||||
|
@ -248,7 +248,7 @@ on_new_frame (ClutterTimeline *timeline,
|
|||||||
directly correlates to the #ClutterAlpha's current alpha value
|
directly correlates to the #ClutterAlpha's current alpha value
|
||||||
driving the behaviour. With the #ClutterAlpha's animation mode
|
driving the behaviour. With the #ClutterAlpha's animation mode
|
||||||
set to %CLUTTER_LINEAR the actor will follow the path at a constant
|
set to %CLUTTER_LINEAR the actor will follow the path at a constant
|
||||||
velocity, but when changing to %CLUTTER_EASE_SINE_IN_OUT the actor
|
velocity, but when changing to %CLUTTER_EASE_IN_OUT_SINE the actor
|
||||||
initially accelerates before quickly decelerating.</blockquote>
|
initially accelerates before quickly decelerating.</blockquote>
|
||||||
</figure>
|
</figure>
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user