Checksum#

class Checksum(**kwargs)#
Constructors:

new(checksum_type:GLib.ChecksumType) -> GLib.Checksum or None

Constructors#

class Checksum
classmethod new(checksum_type: ChecksumType) Checksum | None#
Parameters:

checksum_type

Methods#

class Checksum
free() None#
get_string() str#
reset() None#
type_get_length(checksum_type: ChecksumType) int#
Parameters:

checksum_type

update(data: Sequence[int]) None#
Parameters:

data