TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.88.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Since 2.16
Computes the checksum for a binary data of length. This is a convenience wrapper for g_checksum_new(), g_checksum_get_string() and g_checksum_free().
data
length
g_checksum_new()
g_checksum_get_string()
g_checksum_free()
The hexadecimal string returned will be in lower case.
a GLib.ChecksumType
binary blob to compute the digest of
the digest of the binary data as a string in hexadecimal, or null if g_checksum_new() fails for checksum_type. The returned string should be freed with g_free() when done using it.
null
checksum_type
g_free()
2.16
Computes the checksum for a binary
dataoflength. This is a convenience wrapper forg_checksum_new(),g_checksum_get_string()andg_checksum_free().The hexadecimal string returned will be in lower case.