[ CCode ( cname = "g_int64_hash" ) ]
public HashFunc<int64?> int64_hash
Converts a pointer to a int64 to a hash value.
It can be passed to g_hash_table_new
as the hash_func
parameter, when using non-null
pointers to 64-bit integer values as keys in a GenericSet.
v |
a pointer to a int64 key |
a hash value corresponding to the key. |