X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-mail-operation.h;h=8ff9dfe87e942dafe480b1baca5ba987ec1a123b;hp=7806925bc1b5af89f7dfeb5b22dc8319992d7aa8;hb=68945e42768533308e3b94f0dc046ef722e56115;hpb=90ff729ad8d144bdfe7665aa0426c5a2c6e13bc9 diff --git a/src/modest-mail-operation.h b/src/modest-mail-operation.h index 7806925..8ff9dfe 100644 --- a/src/modest-mail-operation.h +++ b/src/modest-mail-operation.h @@ -134,6 +134,8 @@ typedef void (*RefreshAsyncUserCallback) (const GObject *obj, typedef struct { guint done; guint total; + gdouble bytes_done; + gdouble bytes_total; gboolean finished; ModestMailOperationStatus status; ModestMailOperationTypeOperation op_type;