get_tag_multiple


Description:

[ 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 <ulink url="http://exiv2.

Note:

Use try_get_tag_multiple instead.

org/metadata.html"></ulink>

In case of error, a GLib warning will be logged. Use instead try_get_tag_multiple if you want to avoid this and control if and how the error is outputted.

Parameters:

this

An instance of Metadata

tag

Exiv2 tag name

Returns:

The multiple string values of the tag. Returns null if parameters are null or tag does not begin with recognised type of metadata ("Exif.", "Xmp." or "Iptc."). For a well formed tag , returns array[0] = null if tag is undefined or is not set in the current metadata. (Note: <ulink url="https://gitlab.gnome.org/GNOME/gexiv2/-/issues/61">xmpText/langAlt bug</ulink> is fixed in try_get_tag_multiple)