]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbutton.c
gtk: Use const instead G_CONST_RETURN
[~andy/gtk] / gtk / gtkbutton.c
index c5ea7ed20ee4147614a2f15dcd2c6149cb763288..30726350944a36be6191a55244dac9a3e05b9329 100644 (file)
@@ -2032,7 +2032,7 @@ gtk_button_set_label (GtkButton   *button,
  * Return value: The text of the label widget. This string is owned
  * by the widget and must not be modified or freed.
  **/
-G_CONST_RETURN gchar *
+const gchar *
 gtk_button_get_label (GtkButton *button)
 {
   g_return_val_if_fail (GTK_IS_BUTTON (button), NULL);