diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-20 07:36:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-20 07:36:46 +0800 |
commit | 83a264cd7e6e28af8ea9ea3442693a2d409be458 (patch) | |
tree | 73000d9651cfd4f576a878e3564ed8f31eee3bb4 /mail/mail-mt.h | |
parent | 124a4f8913e924d1ca58575b1382630147fa6f3e (diff) | |
download | gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.gz gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.zst gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r-- | mail/mail-mt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h index e8d046d9e4..7497c377eb 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -107,7 +107,7 @@ gint mail_async_event_emit(MailAsyncEvent *ea, mail_async_event_t type, MailAsyn /* wait for all outstanding async events to complete */ gint mail_async_event_destroy(MailAsyncEvent *ea); -void mail_mt_set_backend (char *backend); +void mail_mt_set_backend (gchar *backend); /* Call a function in the gui thread, wait for it to return, type is the marshaller to use */ typedef enum { |