pub unsafe extern "C" fn lilv_plugin_get_name(
plugin: *const LilvPlugin,
) -> *mut LilvNodeExpand description
Get the name of plugin.
This returns the name (doap:name) of the plugin. The name may be
translated according to the current locale, this value MUST NOT be used
as a plugin identifier (use the URI for that).
Returned value must be freed by the caller.