[][src]Function lilv_sys::lilv_plugin_get_name

pub unsafe extern "C" fn lilv_plugin_get_name(
    plugin: *const LilvPlugin
) -> *mut LilvNode

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.