summaryrefslogtreecommitdiff
path: root/gtk/gtk-2.10.defs
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2009-05-31 19:10:08 +0300
committerPaul Pogonyshev <pogonyshev@gmx.net>2009-06-13 00:19:40 +0300
commitfbb3e653ab1c4f467d7aae61e8444fab8c839af1 (patch)
tree06fde385138f68e83430ba6105744779cfd73d2e /gtk/gtk-2.10.defs
parent956592c614c567623510dccf5fc1edaee9c766c1 (diff)
downloadpygtk-fbb3e653ab1c4f467d7aae61e8444fab8c839af1.tar.gz
Modernize constructors of seven more types
Make and/or just mark constructors of gtk.ImageMenuItem, gtk.LinkButton, gtk.TreeViewColumn, gtk.ListStore, gtk.TreeStore, gtk.TextMark and gtk.MountOperation new-style. Part of bug #583777.
Diffstat (limited to 'gtk/gtk-2.10.defs')
-rw-r--r--gtk/gtk-2.10.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtk-2.10.defs b/gtk/gtk-2.10.defs
index 3e354bd6..69c7e0c0 100644
--- a/gtk/gtk-2.10.defs
+++ b/gtk/gtk-2.10.defs
@@ -789,9 +789,9 @@
(c-name "gtk_link_button_new_with_label")
(is-constructor-of "GtkLinkButton")
(return-type "GtkWidget*")
- (parameters
- '("gchar*" "uri")
- '("gchar*" "label" (null-ok) (default "NULL"))
+ (properties
+ '("uri")
+ '("label" (default "NULL") (optional))
)
)