summaryrefslogtreecommitdiff
path: root/gtk/gdk-base.defs
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-05-18 19:12:15 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-05-18 19:12:15 +0000
commit22a6709b04ecbb3de28ce26f5101d6907bbd5adc (patch)
treecaa661ef8916412b621f32dc718ab4c254fb89ef /gtk/gdk-base.defs
parent30bd7b96f5c36f7b9b34b4c457c779a8b99b3494 (diff)
downloadpygtk-22a6709b04ecbb3de28ce26f5101d6907bbd5adc.tar.gz
gtk.gdk.DragContext.set_icon_widget allow mask parameter to be NULL, fixes #497781
svn path=/trunk/; revision=2981
Diffstat (limited to 'gtk/gdk-base.defs')
-rw-r--r--gtk/gdk-base.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gdk-base.defs b/gtk/gdk-base.defs
index 13bf234b..a57eb0f2 100644
--- a/gtk/gdk-base.defs
+++ b/gtk/gdk-base.defs
@@ -5053,7 +5053,7 @@
(parameters
'("GdkColormap*" "colormap")
'("GdkPixmap*" "pixmap")
- '("GdkBitmap*" "mask")
+ '("GdkBitmap*" "mask" (null-ok))
'("gint" "hot_x")
'("gint" "hot_y")
)