summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-02-28 20:37:03 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-02-28 20:37:03 +0000
commit882adcb76157cec7fcb2a1a4e14edacf71067b80 (patch)
tree8f1b9926dfc0288e075d5790d44cc043218bf318 /gtk
parent3d764ca87b42b92b98a75d40423d48acf0227882 (diff)
downloadpygtk-882adcb76157cec7fcb2a1a4e14edacf71067b80.tar.gz
gtk/gtk-2.14.defs: gtk.MountOperation set the default parent window in
2009-02-27 Gian Mario Tagliaretti <gianmt@gnome.org> gtk/gtk-2.14.defs: gtk.MountOperation set the default parent window in constructor to None. svn path=/trunk/; revision=3094
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtk-2.14.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk-2.14.defs b/gtk/gtk-2.14.defs
index 4b6a34b1..e884c8c2 100644
--- a/gtk/gtk-2.14.defs
+++ b/gtk/gtk-2.14.defs
@@ -549,7 +549,7 @@
(is-constructor-of "GtkMountOperation")
(return-type "GMountOperation*")
(parameters
- '("GtkWindow*" "parent")
+ '("GtkWindow*" "parent" (null-ok) (default "NULL"))
)
)