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
Compares the two gint64 values being pointed to and returns true if they are equal. It can be passed to g_hash_table_new() as the key_equal_func parameter, when using non-null pointers to 64-bit integers as keys in a GLib.HashTable.
gint64
true
g_hash_table_new()
key_equal_func
null
a pointer to a gint64 key
a pointer to a gint64 key to compare with v1
v1
true if the two keys match.
2.22
Compares the two
gint64values being pointed to and returnstrueif they are equal. It can be passed tog_hash_table_new()as thekey_equal_funcparameter, when using non-nullpointers to 64-bit integers as keys in a GLib.HashTable.