summaryrefslogtreecommitdiffstats
path: root/lilv/lilv.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-29 02:46:53 +0000
committerDavid Robillard <d@drobilla.net>2011-04-29 02:46:53 +0000
commit3760ff6900140d9bae6f811f8d13112862adc751 (patch)
treec166c4bca4b7eeba5967c691619f0df36f6aa113 /lilv/lilv.h
parentc1c9e8fd70ba0e8f377ffc551c817ecd8dee796e (diff)
downloadlilv-3760ff6900140d9bae6f811f8d13112862adc751.tar.gz
lilv-3760ff6900140d9bae6f811f8d13112862adc751.tar.bz2
lilv-3760ff6900140d9bae6f811f8d13112862adc751.zip
Remove half-assed qname API.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3226 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv/lilv.h')
-rw-r--r--lilv/lilv.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h
index 51e029b..9631efe 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -712,17 +712,6 @@ lilv_plugin_get_value(const LilvPlugin* p,
const LilvValue* predicate);
/**
- Get a value associated with the plugin in a plugin's data files.
- This function is identical to lilv_plugin_get_value, but takes a QName
- string parameter for a predicate instead of an LilvValue, which may be
- more convenient.
-*/
-LILV_API
-LilvValues*
-lilv_plugin_get_value_by_qname(const LilvPlugin* p,
- const char* predicate);
-
-/**
Get a value associated with some subject in a plugin's data files.
@a predicate must be either a URI or a QName.
@@ -926,15 +915,6 @@ lilv_port_get_value(const LilvPlugin* plugin,
const LilvValue* predicate);
/**
- Port analog of lilv_plugin_get_value_by_qname.
-*/
-LILV_API
-LilvValues*
-lilv_port_get_value_by_qname(const LilvPlugin* plugin,
- const LilvPort* port,
- const char* predicate);
-
-/**
Return the LV2 port properties of a port.
*/
LILV_API