set_tag_string


Description:

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

Note:

Use try_set_tag_string instead.

org/metadata.html"></ulink>

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 try_set_tag_string 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

value

The value to set or replace the existing value

Returns:

TRUE on success