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/types.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'slv2/types.h') diff --git a/slv2/types.h b/slv2/types.h index 4fb8cf4..018c8e2 100644 --- a/slv2/types.h +++ b/slv2/types.h @@ -29,22 +29,6 @@ extern "C" { #endif -/* A property, resulting from a query. - * - * Note that properties may have many values. - */ -struct _Value { - size_t num_values; - char** values; -}; - -typedef struct _Value* SLV2Value; - - -/** Free an SLV2Value. */ -void -slv2_value_free(SLV2Value); - /** Port ID type, to allow passing either symbol or index * to port related functions. @@ -73,25 +57,6 @@ typedef enum _PortClass { } SLV2PortClass; -/** Get the number of elements in a URI list. - */ -int -slv2_uri_list_size(const SLV2URIList list); - - -/** Get a URI from a URI list at the given index. - * - * @return the element at @index, or NULL if index is out of range. - */ -char* -slv2_uri_list_get_at(const SLV2URIList list, int index); - - -/** Return whether @list contains @uri. - */ -bool -slv2_uri_list_contains(const SLV2URIList list, const char* uri); - #ifdef __cplusplus } #endif -- cgit v1.2.1