From f851d5b98533263a8e03193b5970205d23d22843 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 14 Dec 2014 20:27:25 +0000 Subject: [PATCH] docs: Add missing deprecation annotations https://bugzilla.gnome.org/show_bug.cgi?id=709252 --- clutter/deprecated/clutter-alpha.h | 6 ++++++ clutter/deprecated/clutter-animation.h | 4 ++++ clutter/deprecated/clutter-animator.h | 2 ++ 3 files changed, 12 insertions(+) diff --git a/clutter/deprecated/clutter-alpha.h b/clutter/deprecated/clutter-alpha.h index 347ff4a14..8a0dff661 100644 --- a/clutter/deprecated/clutter-alpha.h +++ b/clutter/deprecated/clutter-alpha.h @@ -58,6 +58,8 @@ typedef struct _ClutterAlphaPrivate ClutterAlphaPrivate; * Return value: a floating point value * * Since: 0.2 + * + * Deprecated: 1.12: Use #ClutterTimelineProgressFunc instead. */ typedef gdouble (*ClutterAlphaFunc) (ClutterAlpha *alpha, gpointer user_data); @@ -70,6 +72,8 @@ typedef gdouble (*ClutterAlphaFunc) (ClutterAlpha *alpha, * only be accessed using the provided API. * * Since: 0.2 + * + * Deprecated: 1.12: Use #ClutterTimeline instead */ struct _ClutterAlpha { @@ -85,6 +89,8 @@ struct _ClutterAlpha * Base class for #ClutterAlpha * * Since: 0.2 + * + * Deprecated: 1.12: Use #ClutterTimeline instead */ struct _ClutterAlphaClass { diff --git a/clutter/deprecated/clutter-animation.h b/clutter/deprecated/clutter-animation.h index 4c6aa8bb6..3b2310bb4 100644 --- a/clutter/deprecated/clutter-animation.h +++ b/clutter/deprecated/clutter-animation.h @@ -50,6 +50,8 @@ typedef struct _ClutterAnimationClass ClutterAnimationClass; * be accessed using the provided functions. * * Since: 1.0 + * + * Deprecated: 1.12: Use the implicit animation on #ClutterActor */ struct _ClutterAnimation { @@ -68,6 +70,8 @@ struct _ClutterAnimation * should be accessed using the provided functions. * * Since: 1.0 + * + * Deprecated: 1.12: Use the implicit animation on #ClutterActor */ struct _ClutterAnimationClass { diff --git a/clutter/deprecated/clutter-animator.h b/clutter/deprecated/clutter-animator.h index 54be75b66..a72e27a4c 100644 --- a/clutter/deprecated/clutter-animator.h +++ b/clutter/deprecated/clutter-animator.h @@ -54,6 +54,8 @@ typedef struct _ClutterAnimatorPrivate ClutterAnimatorPrivate; * A key frame inside a #ClutterAnimator * * Since: 1.2 + * + * Deprecated: 1.12 */ typedef struct _ClutterAnimatorKey ClutterAnimatorKey;