summaryrefslogtreecommitdiff
path: root/gtk/gtk-2.12.defs
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-06-06 08:40:14 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-06-06 08:40:14 +0000
commitc49527051c67127d89fd8511955be9a5b2ad461f (patch)
treee6f0bd1a8b27da1e2818b61e5b8aaa92cc78f400 /gtk/gtk-2.12.defs
parentc2b6f399067f1fe3d5bb5e1027ec86fba13030e8 (diff)
downloadpygtk-c49527051c67127d89fd8511955be9a5b2ad461f.tar.gz
Allow None in gtk.recent_action_new_for_manager params
svn path=/trunk/; revision=2987
Diffstat (limited to 'gtk/gtk-2.12.defs')
-rw-r--r--gtk/gtk-2.12.defs8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtk-2.12.defs b/gtk/gtk-2.12.defs
index 91c53ee3..ee8fdeae 100644
--- a/gtk/gtk-2.12.defs
+++ b/gtk/gtk-2.12.defs
@@ -770,10 +770,10 @@
(return-type "GtkAction*")
(parameters
'("const-gchar*" "name")
- '("const-gchar*" "label")
- '("const-gchar*" "tooltip")
- '("const-gchar*" "stock_id")
- '("GtkRecentManager*" "manager")
+ '("const-gchar*" "label" (null-ok))
+ '("const-gchar*" "tooltip" (null-ok))
+ '("const-gchar*" "stock_id" (null-ok))
+ '("GtkRecentManager*" "manager" (null-ok))
)
)