taglib_complex_property_set_append

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

extern (C)
bool
taglib_complex_property_set_append
(
TagLib_File* file
,
const(char)* key
,)