[animation] Extend ClutterAnimation support to all objects
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 8 Jan 2009 13:13:39 +0000 (13:13 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 8 Jan 2009 13:13:39 +0000 (13:13 +0000)
commit068ba1caf04a952f2d0eec9eb1a9f72e72a8d000
tree883bdaf16d48b9019b32c2efcb079b27f1a6319e
parent28b0f432b78f9db0c36d3b286cc8928d12b3b1f3
[animation] Extend ClutterAnimation support to all objects

Instead of limiting the use of ClutterAnimation to ClutterActor
instances, relax the constraint to include all GObject classes.

ClutterAnimation is not using actor-specific API, since it is
only using properties.

The only actor-based API is the clutter_actor_animate() family
of functions.
clutter/clutter-animation.c
clutter/clutter-animation.h