BBTree.steal

Removes a key and its associated value from a GTree without calling the key and value destroy functions. If the key does not exist in the GTree, the function does nothing.

class BBTree
int
steal
(
void* key
)

Parameters

key void*

the key to remove.

Return Value

Type: int

TRUE if the key was found (prior to 2.8, this function returned nothing)

Meta