![]() |
![]() |
![]() |
Camel Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct CamelMimeFilterProgress; CamelMimeFilter * camel_mime_filter_progress_new (GCancellable *cancellable
,gsize total
);
CamelMimeFilter * camel_mime_filter_progress_new (GCancellable *cancellable
,gsize total
);
Create a new CamelMimeFilterProgress object that will report streaming
progress. While the function will silently accept cancellable
being
NULL
or a plain GCancellable for convenience sake, no progress will be
reported unless cancellable
is a CamelOperation.
|
a CamelOperation cast as a GCancellable |
|
total number of bytes to report progress on |
Returns : |
a new CamelMimeFilter object |
Since 2.24