VariantDict.insertValue
void insertValue(string key, glib.variant.Variant value)Inserts (or replaces) a key in a #GVariantDict.
value is consumed if it is floating.
Parameters
key | the key to insert a value for |
value | the value to insert |
void insertValue(string key, glib.variant.Variant value)Inserts (or replaces) a key in a #GVariantDict.
value is consumed if it is floating.
key | the key to insert a value for |
value | the value to insert |