lilv_plugin_write_description

Function lilv_plugin_write_description 

Source
pub unsafe extern "C" fn lilv_plugin_write_description(
    world: *mut LilvWorld,
    plugin: *const LilvPlugin,
    base_uri: *const LilvNode,
    plugin_file: *mut FILE,
)
Expand description

Write the Turtle description of plugin to plugin_file.

This function is particularly useful for porting plugins in conjunction with an LV2 bridge such as NASPRO.