[][src]Function lilv_sys::lilv_plugin_get_data_uris

pub unsafe extern "C" fn lilv_plugin_get_data_uris(
    plugin: *const LilvPlugin
) -> *const LilvNodes

Get the (resolvable) URIs of the RDF data files that define a plugin. Typical hosts should not need to use this function. Note this always returns fully qualified URIs. If you want local filesystem paths, use lilv_file_uri_parse(). @return a list of complete URLs eg. "file:///foo/ABundle.lv2/aplug.ttl", which is shared and must not be modified or freed.