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. |
||
---|---|---|
.. | ||
manual | ||
reference | ||
clutter-actor-invariants.txt | ||
Makefile.am |