steal

fun steal(hashTable: HashTable, key: <Error class: unknown class>? = null): Boolean

Removes a key and its associated value from a #GHashTable without calling the key and value destroy functions.

Return

true if the key was found and removed from the #GHashTable

Parameters

hashTable

a #GHashTable

key

the key to remove