Camel.MimeFilterProgress¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | Camel.MimeFilter (6), GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| class | new(cancellable, total) | 
Virtual Methods¶
| Inherited: | Camel.MimeFilter (3), GObject.Object (7) | 
|---|
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class Camel.MimeFilterProgress(**kwargs)¶
- Bases: - Camel.MimeFilter- Abstract: - No - Structure: - Camel.MimeFilterProgressClass- New in version 2.24. - 
classmethod new(cancellable, total)¶
- Parameters: - cancellable (Gio.CancellableorNone) – aCamel.Operationcast as aGio.Cancellable
- total (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 being- Noneor a plain- Gio.Cancellablefor convenience sake, no progress will be reported unless cancellable is a- Camel.Operation.- New in version 2.24. 
- cancellable (
 
- 
classmethod