summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechoosernative.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfilechoosernative.c')
-rw-r--r--gtk/gtkfilechoosernative.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkfilechoosernative.c b/gtk/gtkfilechoosernative.c
index 8f9e98b9a7..7e050da9d7 100644
--- a/gtk/gtkfilechoosernative.c
+++ b/gtk/gtkfilechoosernative.c
@@ -527,11 +527,11 @@ gtk_file_chooser_native_init (GtkFileChooserNative *self)
* Returns: a new #GtkFileChooserNative
**/
GtkFileChooserNative *
-gtk_file_chooser_native_new (const gchar *title,
+gtk_file_chooser_native_new (const char *title,
GtkWindow *parent,
GtkFileChooserAction action,
- const gchar *accept_label,
- const gchar *cancel_label)
+ const char *accept_label,
+ const char *cancel_label)
{
GtkFileChooserNative *result;
@@ -651,7 +651,7 @@ gtk_file_chooser_native_select_file (GtkFileChooser *chooser,
static void
gtk_file_chooser_native_set_current_name (GtkFileChooser *chooser,
- const gchar *name)
+ const char *name)
{
GtkFileChooserNative *self = GTK_FILE_CHOOSER_NATIVE (chooser);