[][src]Function lilv_sys::lilv_world_free

pub unsafe extern "C" fn lilv_world_free(world: *mut LilvWorld)

Destroy the world, mwahaha. It is safe to call this function on NULL. Note that destroying world will destroy all the objects it contains (e.g. instances of LilvPlugin). Do not destroy the world until you are finished with all objects that came from it.