- g_checksum_copy
GChecksum* g_checksum_copy(const(GChecksum)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_checksum_free
void g_checksum_free(GChecksum* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_checksum_get_digest
void g_checksum_get_digest(GChecksum* checksum, guint8* buffer, gsize* digest_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_checksum_get_string
const(gchar)* g_checksum_get_string(GChecksum* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_checksum_new
GChecksum* g_checksum_new(GChecksumType checksum_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_checksum_reset
void g_checksum_reset(GChecksum* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_checksum_type_get_length
gssize g_checksum_type_get_length(GChecksumType checksum_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_checksum_update
void g_checksum_update(GChecksum* checksum, const(guchar)* data, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_compute_checksum_for_bytes
gchar* g_compute_checksum_for_bytes(GChecksumType checksum_type, GBytes* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_compute_checksum_for_data
gchar* g_compute_checksum_for_data(GChecksumType checksum_type, const(guchar)* data, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_compute_checksum_for_string
gchar* g_compute_checksum_for_string(GChecksumType checksum_type, const(gchar)* str, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.