summaryrefslogtreecommitdiffstats
path: root/slv2
diff options
context:
space:
mode:
Diffstat (limited to 'slv2')
-rw-r--r--slv2/lv2-gtk2gui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/slv2/lv2-gtk2gui.h b/slv2/lv2-gtk2gui.h
index fd57d28..82e236b 100644
--- a/slv2/lv2-gtk2gui.h
+++ b/slv2/lv2-gtk2gui.h
@@ -110,8 +110,8 @@ typedef void* LV2UI_Controller;
pointer of this type will be provided to the GUI bu the host in the
instantiate() function. */
typedef void (*LV2UI_Set_Control_Function)(LV2UI_Controller controller,
- uint32_t port,
- float value);
+ uint32_t port,
+ float value);
typedef struct _LV2UI_Descriptor {
@@ -149,10 +149,10 @@ typedef struct _LV2UI_Descriptor {
LV2UI_Handle (*instantiate)(const struct _LV2UI_Descriptor* descriptor,
const char* plugin_uri,
const char* bundle_path,
- LV2UI_Set_Control_Function control_function,
+ LV2UI_Set_Control_Function control_function,
LV2UI_Controller controller,
struct _GtkWidget** widget,
- const LV2_Host_Feature** features);
+ const LV2_Host_Feature** features);
/** Destroy the GUI object and the associated widget.