summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-04-09 23:03:45 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-04-09 23:03:45 +0000
commitea6de876b0f784cfa9991fd3571e57fdc96bc969 (patch)
treefd418a69d0e07c99cf5fd152fdc89d1122734ddb /gtk
parent563591a9a356c8c8a0d4ae4327487bb944207546 (diff)
downloadpygtk-ea6de876b0f784cfa9991fd3571e57fdc96bc969.tar.gz
gtk/gtk.defs (gtk_action_group_add_action_with_accel) The accelerator can
* gtk/gtk.defs (gtk_action_group_add_action_with_accel) The accelerator can be NULL to force stock accel usage.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtk.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk.defs b/gtk/gtk.defs
index 426b196a..aa0bd921 100644
--- a/gtk/gtk.defs
+++ b/gtk/gtk.defs
@@ -618,7 +618,7 @@
(return-type "none")
(parameters
'("GtkAction*" "action")
- '("const-gchar*" "accelerator")
+ '("const-gchar*" "accelerator" (null-ok))
)
)