From a91eeb647138ee035444cdc3c265fa4e95898f29 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 8 Jul 2010 11:04:23 -0400 Subject: Pass GCancellable to Camel. --- mail/mail-mt.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/mail-mt.h') diff --git a/mail/mail-mt.h b/mail/mail-mt.h index c27f61ce6c..e31d9e9506 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -38,10 +38,10 @@ typedef void (*MailMsgDispatchFunc) (gpointer msg); struct _MailMsg { MailMsgInfo *info; volatile gint ref_count; - guint seq; /* seq number for synchronisation */ - gint priority; /* priority (default = 0) */ - CamelOperation *cancel; /* a cancellation/status handle */ - GError *error; /* up to the caller to use this */ + guint seq; /* seq number for synchronisation */ + gint priority; /* priority (default = 0) */ + GCancellable *cancellable; /* a cancellation/status handle */ + GError *error; /* up to the caller to use this */ MailMsgPrivate *priv; }; -- cgit v1.2.3