summaryrefslogtreecommitdiff
path: root/gdk/gdkimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkimage.h')
-rw-r--r--gdk/gdkimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkimage.h b/gdk/gdkimage.h
index 3862b0fa6..3bb79b26f 100644
--- a/gdk/gdkimage.h
+++ b/gdk/gdkimage.h
@@ -66,13 +66,13 @@ GdkImage* gdk_image_new (GdkImageType type,
gint width,
gint height);
+#ifndef GDK_DISABLE_DEPRECATED
GdkImage* gdk_image_get (GdkDrawable *drawable,
gint x,
gint y,
gint width,
gint height);
-#ifndef GDK_DISABLE_DEPRECATED
GdkImage * gdk_image_ref (GdkImage *image);
void gdk_image_unref (GdkImage *image);
#endif