taglib_property_keys

Get the keys of the property map.

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

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