aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-vfolder-rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-vfolder-rule.h')
-rw-r--r--mail/em-vfolder-rule.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/em-vfolder-rule.h b/mail/em-vfolder-rule.h
index 9274c94b5c..1c0b2a3113 100644
--- a/mail/em-vfolder-rule.h
+++ b/mail/em-vfolder-rule.h
@@ -60,9 +60,9 @@ GType em_vfolder_rule_get_type (void);
EMVFolderRule *em_vfolder_rule_new (void);
/* methods */
-void em_vfolder_rule_add_source (EMVFolderRule *vr, const char *uri);
-void em_vfolder_rule_remove_source (EMVFolderRule *vr, const char *uri);
-const char *em_vfolder_rule_find_source (EMVFolderRule *vr, const char *uri);
-const char *em_vfolder_rule_next_source (EMVFolderRule *vr, const char *last);
+void em_vfolder_rule_add_source (EMVFolderRule *vr, const gchar *uri);
+void em_vfolder_rule_remove_source (EMVFolderRule *vr, const gchar *uri);
+const gchar *em_vfolder_rule_find_source (EMVFolderRule *vr, const gchar *uri);
+const gchar *em_vfolder_rule_next_source (EMVFolderRule *vr, const gchar *last);
#endif /* ! _EM_VFOLDER_RULE_H */