gmime.filter_checksum
Module for [FilterChecksum] class
Types 3
A filter for calculating the checksum of a stream.
Methods
FilterChecksumGidBuilder builder() static nothrowGet builder for [gmime.filter_checksum.FilterChecksum] Returns: New builder objectstring getString() nothrowOutputs 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(glib.types.ChecksumType type)Creates a new checksum filter.Fluent builder implementation template for gmime.filter_checksum.FilterChecksum
Fluent builder for gmime.filter_checksum.FilterChecksum
Methods