summaryrefslogtreecommitdiff
path: root/gtk/gdk.defs
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gdk.defs')
-rw-r--r--gtk/gdk.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gdk.defs b/gtk/gdk.defs
index 6df92994..dfd237e2 100644
--- a/gtk/gdk.defs
+++ b/gtk/gdk.defs
@@ -2400,7 +2400,7 @@
(return-type "GdkBitmap*")
(parameters
'("GdkDrawable*" "drawable" (null-ok))
- '("const-guchar*" "data")
+ '("const-gchar*" "data")
'("gint" "width")
'("gint" "height")
)
@@ -2411,7 +2411,7 @@
(return-type "GdkPixmap*")
(parameters
'("GdkDrawable*" "drawable" (null-ok))
- '("const-guchar*" "data")
+ '("const-gchar*" "data")
'("gint" "width")
'("gint" "height")
'("gint" "depth")