summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooserdialog.h
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-07-09 03:16:03 +0100
committerMatthias Clasen <mclasen@redhat.com>2011-08-15 18:57:55 -0400
commitb37863a5ba95e6138eaebff7e817d69db8baa781 (patch)
treeb7a2ee58f8da78e5d0c2b15cbd54aef038ad14fb /gtk/gtkfontchooserdialog.h
parent03ab18fa7a3238a73dfb7db51fc41a920ff8fffc (diff)
downloadgtk+-b37863a5ba95e6138eaebff7e817d69db8baa781.tar.gz
GtkFontChooser: Use const instead of G_CONST_RETURN
Diffstat (limited to 'gtk/gtkfontchooserdialog.h')
-rw-r--r--gtk/gtkfontchooserdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontchooserdialog.h b/gtk/gtkfontchooserdialog.h
index 0e5f89c685..7b5889399c 100644
--- a/gtk/gtkfontchooserdialog.h
+++ b/gtk/gtkfontchooserdialog.h
@@ -78,7 +78,7 @@ gchar* gtk_font_chooser_dialog_get_font_name (GtkFontChooserDialog *fcd
gboolean gtk_font_chooser_dialog_set_font_name (GtkFontChooserDialog *fcd,
const gchar *fontname);
-G_CONST_RETURN gchar*
+const gchar*
gtk_font_chooser_dialog_get_preview_text (GtkFontChooserDialog *fcd);
void gtk_font_chooser_dialog_set_preview_text (GtkFontChooserDialog *fcd,