lilv_plugin_class_get_label

Function lilv_plugin_class_get_label 

Source
pub unsafe extern "C" fn lilv_plugin_class_get_label(
    plugin_class: *const LilvPluginClass,
) -> *const LilvNode
Expand description

Get the label of this plugin class, ie “Oscillators”. Returned value is owned by plugin_class and must not be freed by caller.