HashTable.gInt64_Hash

Converts a pointer to a gint64 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 GHashTable. Since 2.22

class HashTable
static
uint
gInt64_Hash
(
void* v
)

Parameters

v void*

a pointer to a gint64 key

Return Value

Type: uint

a hash value corresponding to the key.

Meta