gmime.filter_checksum

Module for [FilterChecksum] class

Types 3

A filter for calculating the checksum of a stream.

Methods
GType _gType() @property
FilterChecksum self()Returns `this`, for use in `with` statements.
FilterChecksumGidBuilder builder()Get builder for [gmime.filter_checksum.FilterChecksum] Returns: New builder object
size_t getDigest(ubyte[] digest)Outputs the checksum digest into digest.
string getString()Outputs the checksum digest as a newly allocated hexadecimal string. Returns: the hexadecimal representation of the checksum. The returned string should be freed with [glib.global.gfree] when no lo...
Constructors
this(void * ptr, Flag!"Take" take)
this(glib.types.ChecksumType type)Creates a new checksum filter.

Fluent builder for [gmime.filter_checksum.FilterChecksum]