[][src]Type Definition lilv_sys::LilvUISupportedFunc

type LilvUISupportedFunc = Option<unsafe extern "C" fn(container_type_uri: *const c_char, ui_type_uri: *const c_char) -> c_uint>;

Function to determine whether a UI type is supported.

This is provided by the user and must return non-zero iff using a UI of type ui_type_uri in a container of type container_type_uri is supported.