HashTable.steal

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

class HashTable
int
steal
(
void* key
)

Parameters

key void*

the key to remove.

Return Value

Type: int

TRUE if the key was found and removed from the GHashTable.

Meta