mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 11:59:12 +00:00
216373047b
The Animation API should follow this pattern: - functions with an Interval as part of the arguments should have "interval" inside their name, e.g.: clutter_animation_bind_interval clutter_animation_update_interval - functions dealing with property names should have "property" inside their name, e.g.: clutter_animation_has_property clutter_animation_unbind_property - unless - - functions dealing with a property and its value should not have any modifier, e.g.: clutter_animation_bind The change from update_property() to update_interval() frees up clutter_animation_update(), to be added at a later date.