[][src]Function lilv_sys::lilv_world_unload_bundle

pub unsafe extern "C" fn lilv_world_unload_bundle(
    world: *mut LilvWorld,
    bundle_uri: *const LilvNode
) -> c_int

Unload a specific bundle.

This unloads statements loaded by lilv_world_load_bundle(). Note that this is not necessarily all information loaded from the bundle. If any resources have been separately loaded with lilv_world_load_resource(), they must be separately unloaded with lilv_world_unload_resource().