diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-24 23:12:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-24 23:12:53 +0800 |
commit | 6f014d4779a7bf13d39cdc6eea153cb40dba1b24 (patch) | |
tree | b57d93af9d64b320987f21fb950361409f4d95f7 /mail/mail-mt.h | |
parent | ef9b23ef998f8dd4e987c5e7443a36dd48e59b2e (diff) | |
download | gsoc2013-evolution-6f014d4779a7bf13d39cdc6eea153cb40dba1b24.tar.gz gsoc2013-evolution-6f014d4779a7bf13d39cdc6eea153cb40dba1b24.tar.zst gsoc2013-evolution-6f014d4779a7bf13d39cdc6eea153cb40dba1b24.zip |
Bug 622547 - mail_async_event_destroy() doesn't cancel its idle callback
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 5cfbf2abe1..261b37699f 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -101,7 +101,7 @@ typedef void (*MailAsyncFunc)(gpointer , gpointer , gpointer ); /* create a new async event handler */ MailAsyncEvent *mail_async_event_new(void); /* forward a camel event (or other call) to the gui thread */ -gint mail_async_event_emit(MailAsyncEvent *ea, mail_async_event_t type, MailAsyncFunc func, gpointer , gpointer , gpointer ); +guint mail_async_event_emit(MailAsyncEvent *ea, mail_async_event_t type, MailAsyncFunc func, gpointer , gpointer , gpointer ); /* wait for all outstanding async events to complete */ gint mail_async_event_destroy(MailAsyncEvent *ea); |