Package: glib
Function glib:variant-dict-lookup-value
Lambda Listglib:variant-dict-lookup-value (dict key &optional vtype) ArgumentsDetails            Looks up a value in a g:variant-dict instance.    If key is not found in the dictionary, nil is returned. The vtype string specifies what type of value is expected. If the value associated with key has a different type then nil is returned. If the key is found and the value has the correct type, it is returned. If vtype was specified then any non-nil return value will have this type.  | See also | 
2025-05-25