[][src]Function lilv_sys::lilv_instance_get_descriptor

pub unsafe fn lilv_instance_get_descriptor(
    instance: *const LilvInstance
) -> *const LV2Descriptor

Get the LV2_Descriptor of the plugin instance. Normally hosts should not need to access the LV2_Descriptor directly, use the lilv_instance_* functions.

Safety

Makes use of unsafe ffi functions.