summaryrefslogtreecommitdiff
path: root/gtk/gdk-base.defs
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-07 08:45:16 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-07 08:45:16 +0000
commitb83df30b95692a29f2714368398e5f5767c59603 (patch)
treeb7c28f515c8664e8338ff882a818fe9523e44bc8 /gtk/gdk-base.defs
parent6e799f0c8351d418491b3d089087ab3c83b7707d (diff)
downloadpygtk-b83df30b95692a29f2714368398e5f5767c59603.tar.gz
gtk/gdk-base.defs: gtk.gdk.selection_owner_set_for_display() should accept
2009-03-07 Gian Mario Tagliaretti <gianmt@gnome.org> gtk/gdk-base.defs: gtk.gdk.selection_owner_set_for_display() should accept None for GdkWindow. svn path=/trunk/; revision=3113
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 a57eb0f2..b49df073 100644
--- a/gtk/gdk-base.defs
+++ b/gtk/gdk-base.defs
@@ -3921,7 +3921,7 @@
(return-type "gboolean")
(parameters
'("GdkDisplay*" "display")
- '("GdkWindow*" "owner")
+ '("GdkWindow*" "owner" (null-ok))
'("GdkAtom" "selection")
'("guint32" "time")
'("gboolean" "send_event")