diff options
Diffstat (limited to 'ext/pui.lv2/pui.h')
-rw-r--r-- | ext/pui.lv2/pui.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ext/pui.lv2/pui.h b/ext/pui.lv2/pui.h index 9286944..caa7deb 100644 --- a/ext/pui.lv2/pui.h +++ b/ext/pui.lv2/pui.h @@ -261,12 +261,13 @@ typedef struct _LV2_PUI_Descriptor { the same; @c features will probably not be the same array as the one the plugin host passes to a plugin. */ - LV2_PUI_Handle (*instantiate)(struct _LV2_PUI_Descriptor const* descriptor, - char const* plugin_uri, - char const* bundle_path, - LV2_PUI_Host_Descriptor const* host_descriptor, - LV2_PUI_Host_Handle host_handle, - LV2_Feature const* const* features); + LV2_PUI_Handle (*instantiate)( + struct _LV2_PUI_Descriptor const* descriptor, + char const* plugin_uri, + char const* bundle_path, + LV2_PUI_Host_Descriptor const* host_descriptor, + LV2_PUI_Host_Handle host_handle, + LV2_Feature const* const* features); /** Return the widget pointer for the UI object. |