diff options
author | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-03-07 08:45:16 +0000 |
---|---|---|
committer | Gian Mario Tagliaretti <gianmt@src.gnome.org> | 2009-03-07 08:45:16 +0000 |
commit | b83df30b95692a29f2714368398e5f5767c59603 (patch) | |
tree | b7c28f515c8664e8338ff882a818fe9523e44bc8 /gtk | |
parent | 6e799f0c8351d418491b3d089087ab3c83b7707d (diff) | |
download | pygtk-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')
-rw-r--r-- | gtk/gdk-base.defs | 2 |
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") |