Deprecate ClutterAnimation, as well as clutter_actor_animate()

ClutterPropertyTransition, and the implicit animation API based on
ClutterTransition and ClutterAnimatable, are enough to replace this
whole API.
This commit is contained in:
Emmanuele Bassi
2012-04-11 18:18:27 +01:00
parent 63e909576a
commit b4f12cfb83
8 changed files with 192 additions and 204 deletions

View File

@ -55,6 +55,7 @@
#include "clutter-private.h"
#include "deprecated/clutter-animatable.h"
#include "deprecated/clutter-animation.h"
typedef ClutterAnimatableIface ClutterAnimatableInterface;
G_DEFINE_INTERFACE (ClutterAnimatable, clutter_animatable, G_TYPE_OBJECT);