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/port.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'slv2/port.h') diff --git a/slv2/port.h b/slv2/port.h index 5c29774..9106a9c 100644 --- a/slv2/port.h +++ b/slv2/port.h @@ -23,8 +23,9 @@ extern "C" { #endif -#include "types.h" -#include "plugin.h" +#include +#include +#include /** \addtogroup data * @{ @@ -45,7 +46,7 @@ slv2_port_by_symbol(const char* symbol); /** Port equivalent to slv2_plugin_get_value. */ -SLV2Value +SLV2Strings slv2_port_get_value(SLV2Plugin* plugin, SLV2PortID id, const char* property); @@ -53,14 +54,14 @@ slv2_port_get_value(SLV2Plugin* plugin, /** Port equivalent to slv2_plugin_get_properties. */ -SLV2Value +SLV2Strings slv2_port_get_properties(const SLV2Plugin* p, SLV2PortID id); /** Port equivalent to slv2_plugin_get_hints. */ -SLV2Value +SLV2Strings slv2_port_get_hints(const SLV2Plugin* p, SLV2PortID id); -- cgit v1.2.1