19 #ifndef __SLV2_PLUGIN_UI_H__
20 #define __SLV2_PLUGIN_UI_H__
bool slv2_ui_is_a(SLV2UI ui, SLV2Value class_uri)
Check whether a plugin UI is a given type.
SLV2Value slv2_ui_get_uri(SLV2UI ui)
Get the URI of a Plugin UI.
SLV2Value slv2_ui_get_binary_uri(SLV2UI ui)
Get the URI for a Plugin UI's shared library.
SLV2Values slv2_ui_get_classes(SLV2UI ui)
Get the types (URIs of RDF classes) of a Plugin UI.
SLV2Value slv2_ui_get_bundle_uri(SLV2UI ui)
Get the URI for a Plugin UI's bundle.