[][src]Function lilv_sys::lilv_plugin_get_library_uri

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

Get the (resolvable) URI of the shared library for plugin. Note this always returns a fully qualified URI. If you want a local filesystem path, use lilv_file_uri_parse(). @return a shared string which must not be modified or freed.