hash
Description:
Creates an integer hash code for the byte data in the Bytes.
This function can be passed to g_hash_table_new
as the key_hash_func
parameter, when using non-
null Bytes pointers as keys in a
GenericSet.
Parameters:
this |
a pointer to a Bytes key |
Returns:
a hash value corresponding to the key. |