summaryrefslogtreecommitdiff
path: root/libpeas/peas-dirs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpeas/peas-dirs.h')
-rw-r--r--libpeas/peas-dirs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libpeas/peas-dirs.h b/libpeas/peas-dirs.h
index 420a796..41bdbc3 100644
--- a/libpeas/peas-dirs.h
+++ b/libpeas/peas-dirs.h
@@ -28,9 +28,9 @@
G_BEGIN_DECLS
-gchar *peas_dirs_get_data_dir (void);
-gchar *peas_dirs_get_lib_dir (void);
-gchar *peas_dirs_get_plugin_loader_dir (const gchar *loader_name);
-gchar *peas_dirs_get_locale_dir (void);
+char *peas_dirs_get_data_dir (void);
+char *peas_dirs_get_lib_dir (void);
+char *peas_dirs_get_plugin_loader_dir (const char *loader_name);
+char *peas_dirs_get_locale_dir (void);
G_END_DECLS