summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r--gtk/gtkbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h
index a373291b61..997342edc9 100644
--- a/gtk/gtkbutton.h
+++ b/gtk/gtkbutton.h
@@ -96,7 +96,7 @@ void gtk_button_set_relief (GtkButton *button,
GtkReliefStyle gtk_button_get_relief (GtkButton *button);
void gtk_button_set_label (GtkButton *button,
const gchar *label);
-G_CONST_RETURN gchar *gtk_button_get_label (GtkButton *button);
+const gchar * gtk_button_get_label (GtkButton *button);
void gtk_button_set_use_underline (GtkButton *button,
gboolean use_underline);
gboolean gtk_button_get_use_underline (GtkButton *button);