lilv_plugin_get_extension_data

Function lilv_plugin_get_extension_data 

Source
pub unsafe extern "C" fn lilv_plugin_get_extension_data(
    plugin: *const LilvPlugin,
) -> *mut LilvNodes
Expand description

Get a sequence of all extension data provided by a plugin. This can be used to find which URIs lilv_instance_get_extension_data() will return a value for without instantiating the plugin.