[][src]Function lilv_sys::lilv_plugin_is_replaced

pub unsafe extern "C" fn lilv_plugin_is_replaced(
    plugin: *const LilvPlugin
) -> bool

Return true iff plugin has been replaced by another plugin.

The plugin will still be usable, but hosts should hide them from their user interfaces to prevent users from using deprecated plugins.