mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
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:
parent
3d30622d96
commit
fa3b3e7f55
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user