docs: Documentation fixes

This commit is contained in:
Emmanuele Bassi 2010-12-09 13:59:08 +00:00
parent 8c7298b0c1
commit ab0eb0a12b
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
* @short_description: Implementation of the ATK interfaces for a #ClutterGroup
* @see_also: #ClutterGroup
*
* #CallyClutterGroup implements the required ATK interfaces of #ClutterGroup
* #CallyGroup implements the required ATK interfaces of #ClutterGroup
* In particular it exposes:
*
* <itemizedlist>

View File

@ -1796,7 +1796,7 @@ clutter_get_option_group (void)
* calling g_option_context_parse() with the #GOptionGroup returned by this
* function requires a subsequent explicit call to clutter_init(); use this
* 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
* recognized by Clutter

View File

@ -747,7 +747,7 @@ G_DEFINE_BOXED_TYPE_WITH_CODE (ClutterUnits, clutter_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
*
* Sets @value to @units
@ -765,7 +765,7 @@ clutter_value_set_units (GValue *value,
/**
* 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.
*

View File

@ -248,7 +248,7 @@ on_new_frame (ClutterTimeline *timeline,
directly correlates to the #ClutterAlpha's current alpha value
driving the behaviour. With the #ClutterAlpha's animation mode
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>
</figure>
</para>