summaryrefslogtreecommitdiff
path: root/gtk/gtkactionmuxer.h
diff options
context:
space:
mode:
authorChristian Hergert <christian@hergert.me>2014-12-11 15:25:41 -0800
committerChristian Hergert <christian@hergert.me>2014-12-11 15:25:41 -0800
commit661da5558c14520070174b0fd65f1a9c508f4ca4 (patch)
treeb65f23c6c4193150ce284ca576dee8b6a4cd1f81 /gtk/gtkactionmuxer.h
parentab5b0d098365c5fb156959d16edecfccf2cc61c2 (diff)
downloadgtk+-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.h2
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);