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:
parent
72243081b5
commit
4d7b8c9d42
@ -657,7 +657,7 @@ clutter_value_set_units (GValue *value,
|
|||||||
* Since: 0.8
|
* Since: 0.8
|
||||||
*/
|
*/
|
||||||
G_CONST_RETURN ClutterUnits *
|
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);
|
g_return_val_if_fail (CLUTTER_VALUE_HOLDS_UNITS (value), NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user