diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-04-02 10:31:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-04-02 11:15:38 +0800 |
commit | 299521f02c02278857dfd2561973dc0c94e44b57 (patch) | |
tree | e89760fc89b6e185780d242e4817ff4047efd564 /libemail-engine/mail-ops.h | |
parent | ccb3616af1dda65cc09093649d5333b9e3e19e11 (diff) | |
download | gsoc2013-evolution-299521f02c02278857dfd2561973dc0c94e44b57.tar.gz gsoc2013-evolution-299521f02c02278857dfd2561973dc0c94e44b57.tar.zst gsoc2013-evolution-299521f02c02278857dfd2561973dc0c94e44b57.zip |
Whitespace cleanup.
Replace 8-space indentation with tab characters, and various other
automated cleanups.
Diffstat (limited to 'libemail-engine/mail-ops.h')
-rw-r--r-- | libemail-engine/mail-ops.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libemail-engine/mail-ops.h b/libemail-engine/mail-ops.h index e4c2002a0b..d42268d8ad 100644 --- a/libemail-engine/mail-ops.h +++ b/libemail-engine/mail-ops.h @@ -71,10 +71,10 @@ void mail_send_queue (EMailSession *session, void (*done)(gpointer data), gpointer data); -typedef void (*MailProviderFetchLockFunc) (const char *source); -typedef void (*MailProviderFetchUnlockFunc) (const char *source); +typedef void (*MailProviderFetchLockFunc) (const gchar *source); +typedef void (*MailProviderFetchUnlockFunc) (const gchar *source); typedef CamelFolder * - (*MailProviderFetchInboxFunc) (const char *source, + (*MailProviderFetchInboxFunc) (const gchar *source, GCancellable *cancellable, GError **error); @@ -91,7 +91,7 @@ void mail_fetch_mail (CamelStore *store, gpointer get_data, CamelFilterStatusFunc *status, gpointer status_data, - void (*done)(int still_more, gpointer data), + void (*done)(gint still_more, gpointer data), gpointer data); void mail_filter_folder (EMailSession *session, |