go
VariantDict.contains
glib
VariantDict
VariantDict
Checks if
key
exists in
dict
.
class
VariantDict
bool
contains
(
string
key
)
Parameters
key
string
the key to look up in the dictionary
Return Value
Type:
bool
TRUE
if
key
is in
dict
Meta
Since
2.40
glib
VariantDict
VariantDict
constructors
this
functions
clear
contains
end
getStruct
getVariantDictStruct
init
insertValue
lookupValue
ref_
remove
unref
variables
gVariantDict
Checks if key exists in dict.