lilv_ui_get_classes

Function lilv_ui_get_classes 

Source
pub unsafe extern "C" fn lilv_ui_get_classes(
    ui: *const LilvUI,
) -> *const LilvNodes
Expand description

Get the types (URIs of RDF classes) of a Plugin UI. @param ui The Plugin UI @return a shared value which must not be modified or freed.

Note that in most cases lilv_ui_is_supported() should be used, which avoids the need to use this function (and type specific logic).