lilv_plugin_get_project

Function lilv_plugin_get_project 

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

Get the project the plugin is a part of.

More information about the project can be read via lilv_world_find_nodes(), typically using properties from DOAP (e.g. doap:name).