Looks up a key in the glib.HashTable, stealing the original key and the
associated value and returning TRUE if the key was found. If the key was
not found, FALSE is returned.
If found, the stolen key and value are removed from the hash table without
calling the key and value destroy functions, and ownership is transferred to
the caller of this method; as with HashTable.steal.
You can pass NULL for lookup_key, provided the hash and equal functions
of hash_table are NULL-safe.
Looks up a key in the glib.HashTable, stealing the original key and the associated value and returning TRUE if the key was found. If the key was not found, FALSE is returned.
If found, the stolen key and value are removed from the hash table without calling the key and value destroy functions, and ownership is transferred to the caller of this method; as with HashTable.steal.
You can pass NULL for lookup_key, provided the hash and equal functions of hash_table are NULL-safe.