mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-units.c (clutter_value_get_unit): Fix typo in the function name.
This commit is contained in:
parent
f9ce6576b4
commit
3d30622d96
@ -1,3 +1,8 @@
|
||||
2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-units.c (clutter_value_get_unit): Fix typo
|
||||
in the function name.
|
||||
|
||||
2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* HACKING: Amend coding style and tenets, as it is now possible
|
||||
|
@ -167,7 +167,7 @@ clutter_value_set_unit (GValue *value,
|
||||
* Since: 0.8
|
||||
*/
|
||||
ClutterUnit
|
||||
cluttter_value_get_unit (const GValue *value)
|
||||
clutter_value_get_unit (const GValue *value)
|
||||
{
|
||||
g_return_val_if_fail (CLUTTER_VALUE_HOLDS_UNIT (value), 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user