[][src]Function lilv_sys::lilv_instance_deactivate

pub unsafe fn lilv_instance_deactivate(instance: *mut LilvInstance)

Deactivate a plugin instance. Note that to run the plugin after this you must activate it, which will reset all state information (except port connections).

Safety

Makes use of unsafe ffi functions.