SessionItem.setMetadataValue
void setMetadataValue(string key, glib.variant.Variant value = null)Sets the value for metadata key.
If value is null, the metadata key is unset.
Parameters
key | the metadata key |
value | the value for key or null |
void setMetadataValue(string key, glib.variant.Variant value = null)Sets the value for metadata key.
If value is null, the metadata key is unset.
key | the metadata key |
value | the value for key or null |