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

@ -29,7 +29,7 @@
#error "Only <clutter/clutter.h> can be included directly."
#endif
#include <clutter/clutter-animation.h>
#include <clutter/clutter-types.h>
G_BEGIN_DECLS