Package: glib

Function g-variant-type-new-dict-entry

Lambda List

g-variant-type-new-dict-entry (key value)

Arguments

key -- a basic g-variant-type instance
value -- a g-variant-type instance

Return Value

A new dictionary entry g-variant-type instance.

Details

Constructs the type corresponding to a dictionary entry with a key of type key and a value of type value.

It is appropriate to call the function g-variant-type-free on the return value.
 

See also

2021-7-31