summaryrefslogtreecommitdiff
path: root/gtk/gtkactiongroup.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-09 19:15:44 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-09 19:15:44 +0000
commit994f8216f1ff1fa75c05b11a6070cc132b35c39b (patch)
treed8bf28f1df49f1cd674f07bdb15a664587dd3de0 /gtk/gtkactiongroup.h
parent4ad562fc0cdad6e6dc1d9cdd3eaf0a69d9960428 (diff)
downloadgtk+-994f8216f1ff1fa75c05b11a6070cc132b35c39b.tar.gz
Make return types G_CONST_RETURN instead of const.
2004-11-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.[hc]: * gtk/gtkactiongroup.[hc]: Make return types G_CONST_RETURN instead of const. * gtk/gtk.symbols: * gtk/gtkaction.h: * gtk/gtkaction.c (gtk_action_get_accel_path): Add a function to obtain the accel path of an action. (#148106, Michael Natterer)
Diffstat (limited to 'gtk/gtkactiongroup.h')
-rw-r--r--gtk/gtkactiongroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactiongroup.h b/gtk/gtkactiongroup.h
index 138ed03c22..5469e8f224 100644
--- a/gtk/gtkactiongroup.h
+++ b/gtk/gtkactiongroup.h
@@ -105,7 +105,7 @@ struct _GtkRadioActionEntry
GType gtk_action_group_get_type (void);
GtkActionGroup *gtk_action_group_new (const gchar *name);
-const gchar *gtk_action_group_get_name (GtkActionGroup *action_group);
+G_CONST_RETURN gchar *gtk_action_group_get_name (GtkActionGroup *action_group);
gboolean gtk_action_group_get_sensitive (GtkActionGroup *action_group);
void gtk_action_group_set_sensitive (GtkActionGroup *action_group,
gboolean sensitive);