diff options
author | Christian Hergert <christian@hergert.me> | 2014-12-11 15:25:41 -0800 |
---|---|---|
committer | Christian Hergert <christian@hergert.me> | 2014-12-11 15:25:41 -0800 |
commit | 661da5558c14520070174b0fd65f1a9c508f4ca4 (patch) | |
tree | b65f23c6c4193150ce284ca576dee8b6a4cd1f81 /gtk/gtkactionmuxer.h | |
parent | ab5b0d098365c5fb156959d16edecfccf2cc61c2 (diff) | |
download | gtk+-661da5558c14520070174b0fd65f1a9c508f4ca4.tar.gz |
widget: add helpers to resolve GActionGroups available to GtkWidget
These functions, while added for use by the GTK inspector, are generally
useful to applications that need to resolve what action groups are
available to a particular GtkWidget.
https://bugzilla.gnome.org/show_bug.cgi?id=741386
Diffstat (limited to 'gtk/gtkactionmuxer.h')
-rw-r--r-- | gtk/gtkactionmuxer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactionmuxer.h b/gtk/gtkactionmuxer.h index 94b7491409..39e9bf2cce 100644 --- a/gtk/gtkactionmuxer.h +++ b/gtk/gtkactionmuxer.h @@ -41,7 +41,7 @@ void gtk_action_muxer_insert (GtkActi void gtk_action_muxer_remove (GtkActionMuxer *muxer, const gchar *prefix); -gchar ** gtk_action_muxer_list_prefixes (GtkActionMuxer *muxer); +const gchar ** gtk_action_muxer_list_prefixes (GtkActionMuxer *muxer); GActionGroup * gtk_action_muxer_lookup (GtkActionMuxer *muxer, const gchar *prefix); GtkActionMuxer * gtk_action_muxer_get_parent (GtkActionMuxer *muxer); |