[clutter] docs: Fix up deprecation notes for animate()



commit 97ed8e76d7c640e735372255f793881b614e1edb
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Aug 9 16:54:37 2012 +0100

    docs: Fix up deprecation notes for animate()
    
    Instead of pointing to PropertyTransition, point to the implicit
    animation support in ClutterActor.

 clutter/deprecated/clutter-animation.c |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/clutter/deprecated/clutter-animation.c b/clutter/deprecated/clutter-animation.c
index efea817..80f5f6a 100644
--- a/clutter/deprecated/clutter-animation.c
+++ b/clutter/deprecated/clutter-animation.c
@@ -2191,7 +2191,8 @@ clutter_actor_animate_with_alpha (ClutterActor *actor,
  *    g_object_unref()
  *
  * Since: 1.0
- * Deprecated: 1.12: Use #ClutterPropertyTransition instead
+ * Deprecated: 1.12: Use the implicit transition for animatable properties
+ *   in #ClutterActor instead.
  */
 ClutterAnimation *
 clutter_actor_animate_with_timeline (ClutterActor    *actor,
@@ -2377,7 +2378,8 @@ clutter_actor_animate_with_timeline (ClutterActor    *actor,
  *   g_object_unref()
  *
  * Since: 1.0
- * Deprecated: 1.12: Use #ClutterPropertyTransition instead
+ * Deprecated: 1.12: Use the implicit transition for animatable properties
+ *   in #ClutterActor instead.
  */
 ClutterAnimation *
 clutter_actor_animate (ClutterActor *actor,
@@ -2433,7 +2435,8 @@ clutter_actor_animate (ClutterActor *actor,
  *   g_object_unref()
  *
  * Since: 1.0
- * Deprecated: 1.12: Use #ClutterPropertyTransition instead
+ * Deprecated: 1.12: Use the implicit transition for animatable properties
+ *   in #ClutterActor instead.
  */
 ClutterAnimation *
 clutter_actor_animatev (ClutterActor        *actor,
@@ -2491,7 +2494,8 @@ clutter_actor_animatev (ClutterActor        *actor,
  *    g_object_unref()
  *
  * Since: 1.0
- * Deprecated: 1.12: Use #ClutterPropertyTransition instead
+ * Deprecated: 1.12: Use the implicit transition for animatable properties
+ *   in #ClutterActor instead.
  */
 ClutterAnimation *
 clutter_actor_animate_with_timelinev (ClutterActor        *actor,
@@ -2590,7 +2594,9 @@ clutter_actor_animate_with_alphav (ClutterActor        *actor,
  * Return value: (transfer none): a #ClutterAnimation, or %NULL
  *
  * Since: 1.0
- * Deprecated: 1.12: Use #ClutterPropertyTransition instead
+ * Deprecated: 1.12: Use the implicit transition for animatable properties
+ *   in #ClutterActor instead, and clutter_actor_get_transition() to retrieve
+ *   the transition.
  */
 ClutterAnimation *
 clutter_actor_get_animation (ClutterActor *actor)
@@ -2613,7 +2619,9 @@ clutter_actor_get_animation (ClutterActor *actor)
  * The #ClutterAnimation::completed signal will not be emitted.
  *
  * Since: 1.4
- * Deprecated: 1.12: Use #ClutterPropertyTransition instead
+ * Deprecated: 1.12: Use the implicit transition for animatable properties
+ *   in #ClutterActor instead, and clutter_actor_remove_transition() to
+ *   remove the transition.
  */
 void
 clutter_actor_detach_animation (ClutterActor *actor)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]