summaryrefslogtreecommitdiffstats
path: root/slv2/world.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-23 17:42:08 +0000
committerDavid Robillard <d@drobilla.net>2007-07-23 17:42:08 +0000
commitefc597e09cebbec1ae579cfc37d114e9a458e578 (patch)
treed50e9ae913b1ef946e3ab7c86353f93193d7bd68 /slv2/world.h
parent043e683a796e1338a8874b0e7c195292ff32b7de (diff)
downloadlilv-efc597e09cebbec1ae579cfc37d114e9a458e578.tar.gz
lilv-efc597e09cebbec1ae579cfc37d114e9a458e578.tar.bz2
lilv-efc597e09cebbec1ae579cfc37d114e9a458e578.zip
Updated LV2 spec.
git-svn-id: http://svn.drobilla.net/lad/slv2@602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/world.h')
-rw-r--r--slv2/world.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/world.h b/slv2/world.h
index 527acbe..e4e135d 100644
--- a/slv2/world.h
+++ b/slv2/world.h
@@ -186,7 +186,7 @@ slv2_world_get_plugins_by_class(SLV2World world,
*
* \b Example: Get all plugins with at least 1 audio input and output:
<tt> \verbatim
-PREFIX : <http://lv2plug.in/ontology#>
+PREFIX : <http://lv2plug.in/ns/lv2core#>
SELECT DISTINCT ?plugin WHERE {
?plugin :port [ a :AudioPort; a :InputPort ] ;
:port [ a :AudioPort; a :OutputPort ] .