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

@ -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.
*