[ Version ( deprecated = true , deprecated_since = "0.12.2" ) ]
public bool set_tag_multiple (string tag, string[] values)
Warning: set_tag_multiple is deprecated since 0.12.2.
The Exiv2 Tag Reference can be found at http://exiv2.org/metadata.html
All previous tag values are erased. For multiple value tags, each of the non null entries
in values is stored. For single value tags, only the last non null value is assigned.
| this |
An instance of [class@GExiv2.Metadata] |
| tag |
Exiv2 tag name |
| values |
An array of values to set or replace the existing value(s) |
|
Boolean success value |