aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-charset-picker.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-charset-picker.h')
-rw-r--r--widgets/misc/e-charset-picker.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/widgets/misc/e-charset-picker.h b/widgets/misc/e-charset-picker.h
index 4f701679a5..e399cf788c 100644
--- a/widgets/misc/e-charset-picker.h
+++ b/widgets/misc/e-charset-picker.h
@@ -25,11 +25,11 @@
G_BEGIN_DECLS
-GtkWidget * e_charset_picker_new (const char *default_charset);
-char * e_charset_picker_get_charset (GtkWidget *picker);
-char * e_charset_picker_dialog (const char *title,
- const char *prompt,
- const char *default_charset,
+GtkWidget * e_charset_picker_new (const gchar *default_charset);
+gchar * e_charset_picker_get_charset (GtkWidget *picker);
+gchar * e_charset_picker_dialog (const gchar *title,
+ const gchar *prompt,
+ const gchar *default_charset,
GtkWindow *parent);
GSList * e_charset_add_radio_actions (GtkActionGroup *action_group,