HashTable.steal

Removes a key and its associated value from a glib.HashTable without calling the key and value destroy functions.

class HashTable
bool
steal
(
void* key
)

Parameters

key void*

the key to remove

Return Value

Type: bool

TRUE if the key was found and removed from the glib.HashTable