Package: glib

Function g-variant-dict-contains

Lambda List

g-variant-dict-contains (dict key)

Arguments

dict -- a g-variant-dict instance
key -- a string with the key to look up in the dictionary

Return Value

True if key is in the dictionary

Details

Checks if the key exists in the dictionary.
 

See also

*2021-10-10