[][src]Function lilv_sys::lilv_world_load_bundle

pub unsafe extern "C" fn lilv_world_load_bundle(
    world: *mut LilvWorld,
    bundle_uri: *const LilvNode
)

Load a specific bundle. bundle_uri must be a fully qualified URI to the bundle directory, with the trailing slash, eg. file:///usr/lib/lv2/foo.lv2/

Normal hosts should not need this function (use lilv_world_load_all()).

Hosts MUST NOT attach any long-term significance to bundle paths (e.g. in save files), since there are no guarantees they will remain unchanged between (or even during) program invocations. Plugins (among other things) MUST be identified by URIs (not paths) in save files.