From f340d22e82760166d24a037d8466501217b06a3e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Feb 2007 20:08:45 +0000 Subject: API updates (removed SLV2Value (binary compatibility nightmare waiting to happen) and added consistent SLV2Plugins and SLV2Strings). Documentation cleanups. git-svn-id: http://svn.drobilla.net/lad/slv2@314 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/private_types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'slv2/private_types.h') diff --git a/slv2/private_types.h b/slv2/private_types.h index cfdcb9c..abda0a1 100644 --- a/slv2/private_types.h +++ b/slv2/private_types.h @@ -69,9 +69,10 @@ struct _PluginList { }; -typedef raptor_sequence* SLV2URIList; +/** An ordered, indexable collection of strings. */ +typedef raptor_sequence* SLV2Strings; -SLV2URIList slv2_uri_list_new(); +SLV2Strings slv2_strings_new(); #ifdef __cplusplus -- cgit v1.2.1