TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.22
Converts a pointer to a gint64 to a hash value.
gint64
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 GLib.HashTable.
g_hash_table_new()
hash_func
null
a pointer to a gint64 key
a hash value corresponding to the key.
2.22
Converts a pointer to a
gint64to a hash value.It can be passed to
g_hash_table_new()as thehash_funcparameter, when using non-nullpointers to 64-bit integer values as keys in a GLib.HashTable.