From 6ad5c37141cedcf00ef46ca2fd6bd141eca81d60 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 29 Sep 2008 03:10:19 +0000 Subject: Add slv2_port_get_value. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1533 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/port.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'slv2/port.h') diff --git a/slv2/port.h b/slv2/port.h index a55a1a8..1497884 100644 --- a/slv2/port.h +++ b/slv2/port.h @@ -38,6 +38,16 @@ extern "C" { * Time = Query */ SLV2Values +slv2_port_get_value(SLV2Plugin plugin, + SLV2Port port, + SLV2Value predicate); + + +/** Port analog of slv2_plugin_get_value_by_qname. + * + * Time = Query + */ +SLV2Values slv2_port_get_value_by_qname(SLV2Plugin plugin, SLV2Port port, const char* property_uri); -- cgit v1.2.1