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.72
Creates a new GLib.HashTable like g_hash_table_new_full() with a reference count of 1.
g_hash_table_new_full()
It inherits the hash function, the key equal function, the key destroy function, as well as the value destroy function, from other_hash_table.
other_hash_table
The returned hash table will be empty; it will not contain the keys or values from other_hash_table.
Another GLib.HashTable
a new GLib.HashTable
2.72
Creates a new GLib.HashTable like
g_hash_table_new_full()with a reference count of 1.It inherits the hash function, the key equal function, the key destroy function, as well as the value destroy function, from
other_hash_table.The returned hash table will be empty; it will not contain the keys or values from
other_hash_table.