[clutter/clutter-1.22] docs: Add missing deprecation annotations
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.22] docs: Add missing deprecation annotations
- Date: Mon, 15 Dec 2014 17:13:00 +0000 (UTC)
commit f851d5b98533263a8e03193b5970205d23d22843
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sun Dec 14 20:27:25 2014 +0000
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(+), 0 deletions(-)
---
diff --git a/clutter/deprecated/clutter-alpha.h b/clutter/deprecated/clutter-alpha.h
index 347ff4a..8a0dff6 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 4c6aa8b..3b2310b 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 54be75b..a72e27a 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]