summaryrefslogtreecommitdiff
path: root/gtk/gtk-base.defs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-05-26 20:47:37 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-05-26 20:47:37 +0000
commit275097edd78c095559e1f60ef6d64d297e473da4 (patch)
tree4152dc6679b9034245d84eb0024efb942197b0ba /gtk/gtk-base.defs
parentc8908171bab3d610e6c8533c815ea4e3f0b4bde2 (diff)
downloadpygtk-275097edd78c095559e1f60ef6d64d297e473da4.tar.gz
Allow IconView.set_cursor method params 'cell' and 'start_editing' to be
* gtk/gtk-base.defs (set_cursor): Allow IconView.set_cursor method params 'cell' and 'start_editing' to be optional. Fixes #343039 (Ross Burton)
Diffstat (limited to 'gtk/gtk-base.defs')
-rw-r--r--gtk/gtk-base.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtk-base.defs b/gtk/gtk-base.defs
index 74c30a63..ca00c30a 100644
--- a/gtk/gtk-base.defs
+++ b/gtk/gtk-base.defs
@@ -9583,8 +9583,8 @@
(return-type "none")
(parameters
'("GtkTreePath*" "path")
- '("GtkCellRenderer*" "cell" (null-ok))
- '("gboolean" "start_editing")
+ '("GtkCellRenderer*" "cell" (null-ok) (default "NULL"))
+ '("gboolean" "start_editing" (default "FALSE"))
)
)