VariantType.dict_entry
Description:
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 g_variant_type_free
on the return value.
Parameters:
key |
a basic VariantType |
value |
Returns:
a new dictionary entry VariantType Since 2.24 |