Camel.MimeFilterProgress

g Camel.MimeFilter Camel.MimeFilter Camel.MimeFilterProgress Camel.MimeFilterProgress Camel.MimeFilter->Camel.MimeFilterProgress GObject.Object GObject.Object GObject.Object->Camel.MimeFilter

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)

Fields

Inherited:GObject.Object (1)
Name Type Access Description
parent Camel.MimeFilter r  

Class Details

class Camel.MimeFilterProgress(**kwargs)
Bases:Camel.MimeFilter
Abstract:No
Structure:Camel.MimeFilterProgressClass

New in version 2.24.

classmethod new(cancellable, total)
Parameters:
Returns:

a new Camel.MimeFilter object

Return type:

Camel.MimeFilter

Create a new Camel.MimeFilterProgress object that will report streaming progress. While the function will silently accept cancellable being None or a plain Gio.Cancellable for convenience sake, no progress will be reported unless cancellable is a Camel.Operation.

New in version 2.24.