summaryrefslogtreecommitdiff
path: root/gtk/gtk-2.12.defs
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2007-07-27 21:21:20 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2007-07-27 21:21:20 +0000
commit9824131cb4304db20a5c6a5e998aa9a4198d48c7 (patch)
tree1ea29827c34e5a5698c504b98ae419efbf1e1e43 /gtk/gtk-2.12.defs
parent9d5e4a742039fa36184bf404cf06ef4721eb5c60 (diff)
downloadpygtk-9824131cb4304db20a5c6a5e998aa9a4198d48c7.tar.gz
wrap gtk.CellLayout.get_cell and alllow None in gtk_entry_set_cursor_hadjustment
svn path=/trunk/; revision=2864
Diffstat (limited to 'gtk/gtk-2.12.defs')
-rw-r--r--gtk/gtk-2.12.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk-2.12.defs b/gtk/gtk-2.12.defs
index a46c2424..a411dd54 100644
--- a/gtk/gtk-2.12.defs
+++ b/gtk/gtk-2.12.defs
@@ -409,7 +409,7 @@
(c-name "gtk_entry_set_cursor_hadjustment")
(return-type "none")
(parameters
- '("GtkAdjustment*" "adjustment")
+ '("GtkAdjustment*" "adjustment" (null-ok))
)
)