diff options
author | Michael Natterer <mitch@imendio.com> | 2005-06-10 19:11:31 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2005-06-10 19:11:31 +0000 |
commit | e4384dcadbb156a90dc52f7fa0c798aef544b3d0 (patch) | |
tree | 1c64e11006d17ab265b0fdbda629cf0aba427173 /gtk/gtkaction.h | |
parent | 181da436d4bc5a83657e28913e0d1a9591411b58 (diff) | |
download | gtk+-e4384dcadbb156a90dc52f7fa0c798aef544b3d0.tar.gz |
gtk/gtk.symbols new function to get an action's accel_closure (Fixes
2005-06-10 Michael Natterer <mitch@imendio.com>
* gtk/gtk.symbols
* gtk/gtkaction.[ch] (gtk_action_get_accel_closure): new function
to get an action's accel_closure (Fixes #141750 and #148106).
Diffstat (limited to 'gtk/gtkaction.h')
-rw-r--r-- | gtk/gtkaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkaction.h b/gtk/gtkaction.h index ddf3c3c42e..c7e9f9d383 100644 --- a/gtk/gtkaction.h +++ b/gtk/gtkaction.h @@ -107,6 +107,7 @@ GSList* gtk_action_get_proxies (GtkAction *action); void gtk_action_connect_accelerator (GtkAction *action); void gtk_action_disconnect_accelerator (GtkAction *action); G_CONST_RETURN gchar *gtk_action_get_accel_path (GtkAction *action); +GClosure *gtk_action_get_accel_closure (GtkAction *action); /* protected ... for use by child actions */ void gtk_action_block_activate_from (GtkAction *action, |