[][src]Function lilv_sys::lilv_ui_is_supported

pub unsafe extern "C" fn lilv_ui_is_supported(
    ui: *const LilvUI,
    supported_func: LilvUISupportedFunc,
    container_type: *const LilvNode,
    ui_type: *mut *const LilvNode
) -> c_uint

Return true iff a Plugin UI is supported as a given widget type. @param ui The Plugin UI @param supported_func User provided supported predicate. @param container_type The widget type to host the UI within. @param ui_type (Output) If non-NULL, set to the native type of the UI which is owned by ui and must not be freed by the caller. @return The embedding quality level returned by supported_func.