diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-12-05 00:37:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-12-05 00:43:59 +0800 |
commit | dff6f5d85df957e2d0a58513977606bd9490d989 (patch) | |
tree | 03f97af9b8a3ef7daadb022bbd4fb49a5e50d38a /mail/e-mail-reader-utils.h | |
parent | dad8f67e57c6eef2e2cda309982377957ba9d64b (diff) | |
download | gsoc2013-evolution-dff6f5d85df957e2d0a58513977606bd9490d989.tar.gz gsoc2013-evolution-dff6f5d85df957e2d0a58513977606bd9490d989.tar.zst gsoc2013-evolution-dff6f5d85df957e2d0a58513977606bd9490d989.zip |
e_mail_reader_parse_message() cleanups.
Use the existing AsyncContext struct instead of defining a new struct.
Diffstat (limited to 'mail/e-mail-reader-utils.h')
-rw-r--r-- | mail/e-mail-reader-utils.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/e-mail-reader-utils.h b/mail/e-mail-reader-utils.h index 7250812ccf..ace14ddc01 100644 --- a/mail/e-mail-reader-utils.h +++ b/mail/e-mail-reader-utils.h @@ -93,11 +93,9 @@ void e_mail_reader_parse_message const gchar *message_uid, CamelMimeMessage *message, GCancellable *cancellable, - GAsyncReadyCallback ready_callback, + GAsyncReadyCallback callback, gpointer user_data); - -EMailPartList * - e_mail_reader_parse_message_finish +EMailPartList * e_mail_reader_parse_message_finish (EMailReader *reader, GAsyncResult *result); |