GMime.FilterChecksum¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
checksum |
r |
The checksum context |
|
parent_object |
r |
parent |
Class Details¶
- class GMime.FilterChecksum(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A filter for calculating the checksum of a stream.
- classmethod new(type)¶
- Parameters:
type (
GLib.ChecksumType
) – the type of checksum- Returns:
a new
GMime.FilterChecksum
filter.- Return type:
Creates a new checksum filter.