summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-01-11 06:25:59 +0100
committerJavier Jardón <jjardon@gnome.org>2010-01-11 06:25:59 +0100
commitd91b342f728d000f40f2f2209d343d58059764e1 (patch)
tree8257c8c3df07a7fb3b88ed198f4d839200d9dbc7 /gdk-pixbuf/gdk-pixbuf-animation.c
parent2055144bc90ba52b0ee51cbb43bc3e7832fd2f46 (diff)
downloadgdk-pixbuf-d91b342f728d000f40f2f2209d343d58059764e1.tar.gz
[docs] Add missing "Deprecated: 2.x" to the api doc comments
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c
index 290630ef0..28da439d9 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.c
+++ b/gdk-pixbuf/gdk-pixbuf-animation.c
@@ -265,7 +265,7 @@ gdk_pixbuf_animation_new_from_file (const char *filename,
*
* Return value: The same as the @animation argument.
*
- * Deprecated: Use g_object_ref().
+ * Deprecated: 2.0: Use g_object_ref().
**/
GdkPixbufAnimation *
gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation)
@@ -279,7 +279,7 @@ gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation)
*
* Removes a reference from an animation.
*
- * Deprecated: Use g_object_unref().
+ * Deprecated: 2.0: Use g_object_unref().
**/
void
gdk_pixbuf_animation_unref (GdkPixbufAnimation *animation)