[clutter] docs: Fix deprecation notice for ClutterBehaviour



commit f3f1c87d8c3379536967b1273e2a33b146ced455
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon Jun 20 19:44:55 2011 +0100

    docs: Fix deprecation notice for ClutterBehaviour

 clutter/clutter-behaviour.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/clutter/clutter-behaviour.c b/clutter/clutter-behaviour.c
index 20fba2a..9f238fe 100644
--- a/clutter/clutter-behaviour.c
+++ b/clutter/clutter-behaviour.c
@@ -25,10 +25,8 @@
  * SECTION:clutter-behaviour
  * @Title: ClutterBehaviour
  * @short_description: Class for providing behaviours to actors
- *
- * Deprecated: 1.6: Use clutter_actor_animate(), #ClutterAnimator and
- *   #ClutterState instead. See also <link linkend="migrating-ClutterBehaviour">the
- *   migration guide</link> for more information.
+ * @Deprecated: 1.6: Use clutter_actor_animate(), #ClutterAnimator or
+ *   #ClutterState instead
  *
  * #ClutterBehaviour is the base class for implementing behaviours.  A
  * behaviour is a controller object for #ClutterActor<!-- -->s; you can
@@ -68,6 +66,11 @@
  * (or properties) of every actor controlled by the behaviour.
  *
  * #ClutterBehaviour is available since Clutter 0.2.
+ *
+ * #ClutterBehaviour and its sub-classes have been deprecated since Clutter
+ * 1.6. You should see <link linkend="migrating-ClutterBehaviour">the
+ * migration guide</link> for more information on migrating code from using
+ * the #ClutterBehaviour API to the animation framework API.
  */
 
 #ifdef HAVE_CONFIG_H



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