[][src]Function lilv_sys::lilv_plugin_get_related

pub unsafe extern "C" fn lilv_plugin_get_related(
    plugin: *const LilvPlugin,
    type_: *const LilvNode
) -> *mut LilvNodes

Get the resources related to plugin with lv2:appliesTo.

Some plugin-related resources are not linked directly to the plugin with rdfs:seeAlso and thus will not be automatically loaded along with the plugin data (usually for performance reasons). All such resources of the given @c type related to plugin can be accessed with this function.

If type is NULL, all such resources will be returned, regardless of type.

To actually load the data for each returned resource, use lilv_world_load_resource().