diff options
author | David Robillard <d@drobilla.net> | 2011-03-08 19:53:13 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-08 19:53:13 +0000 |
commit | 97304fcdaa125bf1bfec30fa0d92b619faa41ea2 (patch) | |
tree | 49df5d2c22e2a03bbe730029778c70c6c215ff55 /slv2 | |
parent | a9bbabe7ff2d9ca96ab047ccb86c2698cfb2d7b3 (diff) | |
download | lilv-97304fcdaa125bf1bfec30fa0d92b619faa41ea2.tar.gz lilv-97304fcdaa125bf1bfec30fa0d92b619faa41ea2.tar.bz2 lilv-97304fcdaa125bf1bfec30fa0d92b619faa41ea2.zip |
Fix UI host API.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3055 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/slv2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/slv2.h b/slv2/slv2.h index dc47347..61af2e4 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -1337,8 +1337,7 @@ typedef uint32_t (*SLV2PortUnsubscribeFunction)(LV2UI_Controller controller, */ SLV2_API SLV2UIHost -slv2_ui_host_new(LV2UI_Controller controller, - LV2UI_Write_Function write_function, +slv2_ui_host_new(LV2UI_Write_Function write_function, SLV2PortIndexFunction port_index_function, SLV2PortSubscribeFunction port_subscribe_function, SLV2PortUnsubscribeFunction port_unsubscribe_function); @@ -1374,6 +1373,7 @@ slv2_ui_instance_new(SLV2Plugin plugin, SLV2UI ui, SLV2Value widget_type_uri, SLV2UIHost ui_host, + LV2UI_Controller controller, const LV2_Feature* const* features); /** |