diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-29 20:36:26 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-29 20:36:26 +0000 |
commit | f0b823e943e1aaf855f3f797c01a1bd274b18d1f (patch) | |
tree | a75a20ac04e4ec7c42365e7b55dad50bbe5893e6 /gdk-pixbuf/gdk-pixbuf-animation.c | |
parent | 6b5a1c9c743f5e6fd95f004e47014b49d7bce6e5 (diff) | |
download | gtk+-f0b823e943e1aaf855f3f797c01a1bd274b18d1f.tar.gz |
Add deprecation docs.
* gdk-pixbuf-animation.c:
* gdk-pixbuf.c: Add deprecation docs.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-animation.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c index 913751a69b..cd26bf78b9 100644 --- a/gdk-pixbuf/gdk-pixbuf-animation.c +++ b/gdk-pixbuf/gdk-pixbuf-animation.c @@ -236,11 +236,11 @@ gdk_pixbuf_animation_new_from_file (const char *filename, * gdk_pixbuf_animation_ref: * @animation: An animation. * - * Adds a reference to an animation. Deprecated; use - * g_object_ref(). The reference must be released afterwards using - * g_object_unref(). + * Adds a reference to an animation. * * Return value: The same as the @animation argument. + * + * Deprecated: Use g_object_ref(). **/ GdkPixbufAnimation * gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation) @@ -252,7 +252,9 @@ gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation) * gdk_pixbuf_animation_unref: * @animation: An animation. * - * Removes a reference from an animation. Deprecated; use g_object_unref(). + * Removes a reference from an animation. + * + * Deprecated: Use g_object_unref(). **/ void gdk_pixbuf_animation_unref (GdkPixbufAnimation *animation) |