lilv_instance_get_handle

Function lilv_instance_get_handle 

Source
pub unsafe fn lilv_instance_get_handle(
    instance: *const LilvInstance,
) -> LV2Handle
Expand description

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

The returned handle is shared and must not be deleted.

ยงSafety

Makes use of unsafe ffi functions.