2008-01-31 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-entry.h: * clutter/clutter-entry.c: (clutter_entry_set_cursor_position), (clutter_entry_get_cursor_position): Rename [gs]et_position() to [gs]set_cursor_position(), and avoid method name collisions with bindings for high-level languages. * clutter/clutter-deprecated.h: Add replacement warnings for the renamed methods.
This commit is contained in:
@ -34,4 +34,7 @@
|
||||
#define clutter_actor_set_scale_with_gravity clutter_actor_set_scale_with_gravity_DEPRECATED_BY_clutter_actor_set_anchor_point_from_gravity
|
||||
#define clutter_actor_set_scale_with_gravityx clutter_actor_set_scale_with_gravity_DEPRECATED_BY_clutter_actor_set_anchor_point_from_gravity
|
||||
|
||||
#define clutter_entry_set_position clutter_entry_set_position_REPLACED_BY_clutter_entry_set_cursor_position
|
||||
#define clutter_entry_get_position clutter_entry_get_position_REPLACED_BY_clutter_entry_get_cursor_position
|
||||
|
||||
#endif /* CLUTTER_DEPRECATED_H */
|
||||
|
Reference in New Issue
Block a user