[][src]Function lilv_sys::lilv_world_get_all_plugins

pub unsafe extern "C" fn lilv_world_get_all_plugins(
    world: *const LilvWorld
) -> *const LilvPlugins

Return a list of all found plugins. The returned list contains just enough references to query or instantiate plugins. The data for a particular plugin will not be loaded into memory until a call to an lilv_plugin_* function results in a query (at which time the data is cached with the LilvPlugin so future queries are very fast).

The returned list and the plugins it contains are owned by world and must not be freed by caller.