19 #ifndef __SLV2_PLUGIN_CLASS_H__ 20 #define __SLV2_PLUGIN_CLASS_H__ 26 #include "slv2/types.h" SLV2Value slv2_plugin_class_get_uri(SLV2PluginClass plugin_class)
Get the URI of this plugin class.
SLV2PluginClasses slv2_plugin_class_get_children(SLV2PluginClass plugin_class)
Get the subclasses of this plugin class.
SLV2Value slv2_plugin_class_get_label(SLV2PluginClass plugin_class)
Get the label of this plugin class, ie "Oscillators".
SLV2Value slv2_plugin_class_get_parent_uri(SLV2PluginClass plugin_class)
Get the URI of this class' superclass.