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.CancellableorNone) – aCamel.Operationcast as aGio.Cancellabletotal (
int) – total number of bytes to report progress on
- Returns:
a new
Camel.MimeFilterobject- Return type:
Create a new
Camel.MimeFilterProgressobject that will report streaming progress. While the function will silently accept cancellable beingNoneor a plainGio.Cancellablefor convenience sake, no progress will be reported unless cancellable is aCamel.Operation.New in version 2.24.