[ Version ( deprecated = true , deprecated_since = "0.12.2" ) ]
public bool set_tag_string (string tag, string value)
Warning: set_tag_string is deprecated since 0.12.2.
The Exiv2 Tag Reference can be found at http://exiv2.org/metadata.html
If a tag supports multiple values, then value is added to any existing values. For single value tags, value
replaces the value.
In case of error, a GLib warning will be logged. Use instead [method@Metadata.try_set_tag_string] if you want to avoid this and control if and how the error is outputted.
| this |
An instance of [class@GExiv2.Metadata] |
| tag |
Exiv2 tag name |
| value |
The value to set or replace the existing value |
|
TRUE on success |