1
0
Fork 0

2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-fixed.c (clutter_value_get_fixed): Fix typo
	in the function name.
This commit is contained in:
Emmanuele Bassi 2008-04-17 11:42:08 +00:00
parent 3d30622d96
commit fa3b3e7f55
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-fixed.c (clutter_value_get_fixed): Fix typo
in the function name.
2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-units.c (clutter_value_get_unit): Fix typo

View file

@ -1088,7 +1088,7 @@ clutter_value_set_fixed (GValue *value,
* Since: 0.8
*/
ClutterFixed
cluttter_value_get_fixed (const GValue *value)
clutter_value_get_fixed (const GValue *value)
{
g_return_val_if_fail (CLUTTER_VALUE_HOLDS_FIXED (value), 0);