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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user