Method
GLibChecksumget_string
since: 2.16
Declaration [src]
const gchar*
g_checksum_get_string (
GChecksum* checksum
)
Description [src]
Gets the digest as a hexadecimal string.
Once this function has been called the GChecksum
can no longer be
updated with g_checksum_update().
The hexadecimal characters will be lower case.
Available since: 2.16