[pygtk] Bug 589701 – gtk.IMContext().set_client_window() does not accept None



commit 21ce97546c074053bfdc032de3d1177da68415b6
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Sat Jul 25 20:41:50 2009 +0200

    Bug 589701 â?? gtk.IMContext().set_client_window() does not accept None
    as a valid parameter
    
    accept None for gdkwindow

 gtk/gtk-base.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtk-base.defs b/gtk/gtk-base.defs
index 60730d7..fa3eab5 100644
--- a/gtk/gtk-base.defs
+++ b/gtk/gtk-base.defs
@@ -10482,7 +10482,7 @@
   (c-name "gtk_im_context_set_client_window")
   (return-type "none")
   (parameters
-    '("GdkWindow*" "window")
+    '("GdkWindow*" "window" (null-ok))
   )
 )
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]