pub unsafe extern "C" fn lilv_world_get_plugin_classes(
world: *const LilvWorld,
) -> *const LilvPluginClassesExpand description
Return a list of all found plugin classes. Returned list is owned by world and must not be freed by the caller.
pub unsafe extern "C" fn lilv_world_get_plugin_classes(
world: *const LilvWorld,
) -> *const LilvPluginClassesReturn a list of all found plugin classes. Returned list is owned by world and must not be freed by the caller.