[][src]Function lilv_sys::lilv_world_unload_resource

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

Unload all the data associated with the given resource. @param world The world. @param resource Must be a subject (i.e. a URI or a blank node).

This unloads all data loaded by a previous call to lilv_world_load_resource() with the given resource.