mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
docs: Documentation fixes
This commit is contained in:
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user