[ Version ( since = "0.12.2" ) ]
public bool try_set_tag_string (string tag, string value) throws Error
Set the value of a tag using a string.
Use [method@Metadata.set_tag_string] instead.
If a tag supports multiple values, then value is added to any existing values. For single tags, value replaces
the value.
The Exiv2 Tag Reference can be found at http://exiv2.org/metadata.html
| this |
An instance of [class@GExiv2.Metadata] |
| tag |
Exiv2 tag name |
| value |
The value to set or replace the existing value |
|
TRUE on success |