lilv_plugin_has_feature

Function lilv_plugin_has_feature 

Source
pub unsafe extern "C" fn lilv_plugin_has_feature(
    plugin: *const LilvPlugin,
    feature: *const LilvNode,
) -> bool
Expand description

Return whether a feature is supported by a plugin. This will return true if the feature is an optional or required feature of the plugin.