HashTable.steal

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

class HashTable
bool
steal
(
void* key
)

Parameters

key void*

the key to remove

Return: %TRUE if the key was found and removed from the #GHashTable

Meta