summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-02-14 20:06:23 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-02-14 20:06:23 +0000
commit9bf3a0be0cc3a41cf3f1f3d7f09692683dde22b3 (patch)
treea43a49a79ed738986207c22f8198d93ccf1490cf /gdk-pixbuf/gdk-pixbuf.h
parent37cfb7d74b85d3fd8f1714e83b94c8d449c08cb9 (diff)
downloadgtk+-9bf3a0be0cc3a41cf3f1f3d7f09692683dde22b3.tar.gz
Make passed-in argument 'const'.
* gdk-pixbuf/gdk-pixbuf.h, gdk-pixbuf/gdk-pixbuf-data.c: Make passed-in argument 'const'.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h
index c3d053cf49..a5b4b2b3be 100644
--- a/gdk-pixbuf/gdk-pixbuf.h
+++ b/gdk-pixbuf/gdk-pixbuf.h
@@ -111,7 +111,7 @@ GdkPixbuf *gdk_pixbuf_new (ArtPixFormat format, gboolean has_alpha, int bits_per
GdkPixbuf *gdk_pixbuf_new_from_file (const char *filename);
-GdkPixbuf *gdk_pixbuf_new_from_data (guchar *data,
+GdkPixbuf *gdk_pixbuf_new_from_data (const guchar *data,
ArtPixFormat format,
gboolean has_alpha,
int width, int height,