ref

fun ref(hashTable: HashTable): HashTable

Atomically increments the reference count of @hash_table by one. This function is MT-safe and may be called from any thread.

Return

the passed in #GHashTable

Since

2.10

Parameters

hashTable

a valid #GHashTable