[][src]Function lilv_sys::lilv_plugin_write_description

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

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.