mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 02:20:43 -05: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. |
||
---|---|---|
.. | ||
actor-box.png | ||
building-clutter.xml | ||
clutter-animation-tutorial.xml | ||
clutter-docs.xml | ||
clutter-overview.xml | ||
clutter-sections.txt | ||
clutter.types | ||
creating-behaviours.xml | ||
easing-modes.png | ||
easing-modes.svg | ||
event-flow.dia | ||
event-flow.png | ||
Makefile.am | ||
path-alpha-func.png | ||
running-clutter.xml | ||
subclassing-ClutterActor.xml | ||
version.xml.in |