docs: Fix deprecation notice for ClutterBehaviour
This commit is contained in:
parent
34cbc0e94c
commit
f3f1c87d8c
@ -25,10 +25,8 @@
|
|||||||
* SECTION:clutter-behaviour
|
* SECTION:clutter-behaviour
|
||||||
* @Title: ClutterBehaviour
|
* @Title: ClutterBehaviour
|
||||||
* @short_description: Class for providing behaviours to actors
|
* @short_description: Class for providing behaviours to actors
|
||||||
*
|
* @Deprecated: 1.6: Use clutter_actor_animate(), #ClutterAnimator or
|
||||||
* Deprecated: 1.6: Use clutter_actor_animate(), #ClutterAnimator and
|
* #ClutterState instead
|
||||||
* #ClutterState instead. See also <link linkend="migrating-ClutterBehaviour">the
|
|
||||||
* migration guide</link> for more information.
|
|
||||||
*
|
*
|
||||||
* #ClutterBehaviour is the base class for implementing behaviours. A
|
* #ClutterBehaviour is the base class for implementing behaviours. A
|
||||||
* behaviour is a controller object for #ClutterActor<!-- -->s; you can
|
* behaviour is a controller object for #ClutterActor<!-- -->s; you can
|
||||||
@ -68,6 +66,11 @@
|
|||||||
* (or properties) of every actor controlled by the behaviour.
|
* (or properties) of every actor controlled by the behaviour.
|
||||||
*
|
*
|
||||||
* #ClutterBehaviour is available since Clutter 0.2.
|
* #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
|
#ifdef HAVE_CONFIG_H
|
||||||
|
Loading…
Reference in New Issue
Block a user