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/plugins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/plugins.h') diff --git a/slv2/plugins.h b/slv2/plugins.h index 274696e..3290c4f 100644 --- a/slv2/plugins.h +++ b/slv2/plugins.h @@ -58,7 +58,7 @@ slv2_plugins_size(SLV2Plugins list); */ SLV2Plugin slv2_plugins_get_by_uri(SLV2Plugins list, - const char* uri); + SLV2Value uri); /** Get a plugin from the list by index. -- cgit v1.2.1