[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( deprecated = true , deprecated_since = "0.12.2" ) ]
public string[]? get_tag_multiple (string tag)
Warning: get_tag_multiple is deprecated since 0.12.2.
The Exiv2 Tag Reference can be found at http://exiv2.org/metadata.html
In case of error, a GLib warning will be logged. Use instead [method@Metadata.try_get_tag_multiple] 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 |
|
The multiple string values of the tag. Returns null if parameters are
null or |