try_set_tag_string


Description:

[ Version ( deprecated = true , deprecated_since = "0.16.0" , since = "0.12.2" ) ]
public bool try_set_tag_string (string tag, string value) throws Error

Warning: try_set_tag_string is deprecated since 0.16.0.

Set the value of a tag using a string.

Note:

Use [method@Metadata.set_tag_string] instead.

If a tag supports multiple values, then value is added to any existing values. For single tags, value replaces the value.

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

Parameters:

this

An instance of [class@GExiv2.Metadata]

tag

Exiv2 tag name

value

The value to set or replace the existing value

Returns:

TRUE on success