1
0
Fork 0

clutter_value_get_unit() has not be renamed

Since the Great Rework of ClutterUnits, functions have been using
'units' not 'unit' in their name. clutter_value_get_unit() is a left
over from a dark age, its declaration and documentation have been
updated but not the symbol itself.
This commit is contained in:
Damien Lespiau 2009-10-03 12:15:13 +01:00
parent 72243081b5
commit 4d7b8c9d42

View file

@ -657,7 +657,7 @@ clutter_value_set_units (GValue *value,
* Since: 0.8
*/
G_CONST_RETURN ClutterUnits *
clutter_value_get_unit (const GValue *value)
clutter_value_get_units (const GValue *value)
{
g_return_val_if_fail (CLUTTER_VALUE_HOLDS_UNITS (value), NULL);