HashTable.lookup

Looks up a key in a glib.HashTable Note that this function cannot distinguish between a key that is not present and one which is present and has the value NULL. If you need this distinction, use HashTable.lookupExtended.

class HashTable
void*
lookup
(
void* key
)

Parameters

key void*

the key to look up

Return Value

Type: void*

the associated value, or NULL if the key is not found