From 6f4460aee9962a49ae872eef42ba75a439ea6e59 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 25 Jan 2008 06:55:57 +0000 Subject: Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives) wherever possible. Make 'index' a fundemental property of ingen ports. git-svn-id: http://svn.drobilla.net/lad/slv2@1113 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/pluginuis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slv2/pluginuis.h') diff --git a/slv2/pluginuis.h b/slv2/pluginuis.h index 6c91d45..7eacc4a 100644 --- a/slv2/pluginuis.h +++ b/slv2/pluginuis.h @@ -57,8 +57,8 @@ slv2_uis_size(SLV2UIs list); * \return NULL if plugin with \a url not found in \a list. */ SLV2UI -slv2_uis_get_by_uri(SLV2UIs list, - const char* uri); +slv2_uis_get_by_uri(SLV2UIs list, + SLV2Value uri); /** Get a plugin from the list by index. -- cgit v1.2.1