taglib_tag_set_comment

Sets the tag's comment.

By default this string should be UTF8 encoded.

extern (C)
void
taglib_tag_set_comment
(
TagLib_Tag* tag
,
const(char)* comment
)