taglib_complex_property_keys

Get the keys of the complex properties.

Return: null terminated array of C-strings (char *), only null if empty. It must be freed by the client using taglib_complex_property_free_keys().

extern (C)
char**
taglib_complex_property_keys
(
const(TagLib_File)* file
)