[][src]Function lilv_sys::lilv_plugins_get_by_uri

pub unsafe extern "C" fn lilv_plugins_get_by_uri(
    plugins: *const LilvPlugins,
    uri: *const LilvNode
) -> *const LilvPlugin

Get a plugin from plugins by URI. Return value is shared (stored in plugins) and must not be freed or modified by the caller in any way. @return NULL if no plugin with uri is found in plugins.