From f3f1c87d8c3379536967b1273e2a33b146ced455 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 20 Jun 2011 19:44:55 +0100 Subject: [PATCH] docs: Fix deprecation notice for ClutterBehaviour --- clutter/clutter-behaviour.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/clutter/clutter-behaviour.c b/clutter/clutter-behaviour.c index 20fba2a74..9f238fe7c 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 the - * migration guide 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 #ClutterActors; 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 the + * migration guide for more information on migrating code from using + * the #ClutterBehaviour API to the animation framework API. */ #ifdef HAVE_CONFIG_H