taglib_property_set_append

Appends value to the property prop (sets it if non-existing). Use value = null to remove all values associated with the property.

extern (C)
void
taglib_property_set_append
(
TagLib_File* file
,
const(char)* prop
,
const(char)* value
)