[][src]Function lilv_sys::lilv_plugin_get_project

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

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).