Camel.MimeFilterProgress¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Camel.MimeFilterProgress(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
New in version 2.24.
- classmethod new(cancellable, total)¶
- Parameters:
cancellable (
Gio.Cancellable
orNone
) – aCamel.Operation
cast as aGio.Cancellable
total (
int
) – total number of bytes to report progress on
- Returns:
a new
Camel.MimeFilter
object- Return type:
Create a new
Camel.MimeFilterProgress
object that will report streaming progress. While the function will silently accept cancellable beingNone
or a plainGio.Cancellable
for convenience sake, no progress will be reported unless cancellable is aCamel.Operation
.New in version 2.24.