summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfilechooserdialog.h')
-rw-r--r--gtk/gtkfilechooserdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserdialog.h b/gtk/gtkfilechooserdialog.h
index 4c42ff35b7..2f47143374 100644
--- a/gtk/gtkfilechooserdialog.h
+++ b/gtk/gtkfilechooserdialog.h
@@ -37,10 +37,10 @@ typedef struct _GtkFileChooserDialog GtkFileChooserDialog;
GDK_AVAILABLE_IN_ALL
GType gtk_file_chooser_dialog_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
-GtkWidget *gtk_file_chooser_dialog_new (const gchar *title,
+GtkWidget *gtk_file_chooser_dialog_new (const char *title,
GtkWindow *parent,
GtkFileChooserAction action,
- const gchar *first_button_text,
+ const char *first_button_text,
...) G_GNUC_NULL_TERMINATED;
G_END_DECLS