int64_hash


Description:

[ 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.

Parameters:

v

a pointer to a int64 key

Returns:

a hash value corresponding to the key.


Namespace: GLib
Package: glib-2.0