summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-core.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-27 19:12:06 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-27 19:12:06 -0400
commit0969a103e7c143545cbde7e458967b42a9415307 (patch)
tree23335d73fe013c29716f0627755469b6ecaad98b /gdk-pixbuf/gdk-pixbuf-core.h
parent077a3ea5eaa8ff662f44ad4ef0ad33bcc916e22a (diff)
downloadgdk-pixbuf-0969a103e7c143545cbde7e458967b42a9415307.tar.gz
Bring back deprecated api
Grudgingly, in the name of api stability.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-core.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-core.h b/gdk-pixbuf/gdk-pixbuf-core.h
index 4ea16934c..079a3a797 100644
--- a/gdk-pixbuf/gdk-pixbuf-core.h
+++ b/gdk-pixbuf/gdk-pixbuf-core.h
@@ -84,6 +84,13 @@ GQuark gdk_pixbuf_error_quark (void);
GType gdk_pixbuf_get_type (void) G_GNUC_CONST;
+/* Reference counting */
+
+#ifndef GDK_PIXBUF_DISABLE_DEPRECATED
+GdkPixbuf *gdk_pixbuf_ref (GdkPixbuf *pixbuf);
+void gdk_pixbuf_unref (GdkPixbuf *pixbuf);
+#endif
+
/* GdkPixbuf accessors */
GdkColorspace gdk_pixbuf_get_colorspace (const GdkPixbuf *pixbuf);