HashTableIter.init

Initializes a key/value pair iterator and associates it with hash_table. Modifying the hash table after calling this function invalidates the returned iterator. Since 2.16

class HashTableIter
void
init

Parameters

hashTable HashTable

a GHashTable.

Meta