pub unsafe fn lilv_instance_get_uri(
instance: *const LilvInstance,
) -> *const c_charExpand description
Connect a port to a data location. This may be called regardless of whether the plugin is activated, activation and deactivation does not destroy port connections.
ยงSafety
Makes use of unsafe ffi functions.