API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.32
guint g_bytes_hash ( gconstpointer bytes )
Creates an integer hash code for the byte data in the GBytes.
GBytes
This function can be passed to g_hash_table_new() as the key_hash_func parameter, when using non-NULL GBytes pointers as keys in a GHashTable.
g_hash_table_new()
key_hash_func
NULL
GHashTable
Available since: 2.32
Type: guint
guint
A hash value corresponding to the key.