try_get_tag_multiple


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( deprecated = true , deprecated_since = "0.16.0" , since = "0.12.2" ) ]
public string[]? try_get_tag_multiple (string tag) throws Error

Warning: try_get_tag_multiple is deprecated since 0.16.0.

The Exiv2 Tag Reference can be found at http://exiv2.org/metadata.html

Note:

Use [method@Metadata.get_tag_multiple] instead.

Parameters:

this

An instance of [class@GExiv2.Metadata]

tag

Exiv2 tag name

Returns:

The multiple string values of 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.