[][src]Function lilv_sys::lilv_ui_is_a

pub unsafe extern "C" fn lilv_ui_is_a(
    ui: *const LilvUI,
    class_uri: *const LilvNode
) -> bool

Check whether a plugin UI has a given type. @param ui The Plugin UI @param class_uri The URI of the LV2 UI type to check this UI against