19 #ifndef __SLV2_PLUGINUIINSTANCE_H__
20 #define __SLV2_PLUGINUIINSTANCE_H__
27 #include "slv2/lv2_ui.h"
28 #include "slv2/plugin.h"
30 typedef struct _SLV2UIInstanceImpl* SLV2UIInstanceImpl;
37 typedef struct _SLV2UIInstance {
38 SLV2UIInstanceImpl pimpl;
65 LV2UI_Write_Function write_function,
66 LV2UI_Controller controller,
67 const LV2_Feature*
const* features);
95 const LV2UI_Descriptor*