diff options
author | David Robillard <d@drobilla.net> | 2006-09-02 08:26:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-09-02 08:26:17 +0000 |
commit | 69e52cb83cf0233648695730c81cdc4f7c4f2a00 (patch) | |
tree | 5e8ebb5773cba2c1ffd827baf9a4fe528fbcaeeb /include | |
parent | cf11310c243320bbe53dbf7c6738cc84e33ba9d3 (diff) | |
download | lilv-69e52cb83cf0233648695730c81cdc4f7c4f2a00.tar.gz lilv-69e52cb83cf0233648695730c81cdc4f7c4f2a00.tar.bz2 lilv-69e52cb83cf0233648695730c81cdc4f7c4f2a00.zip |
Schema bug fixes (parsable now).
Fixed some leaks.
Internal query API cleanups.
Added latency reporting support.
git-svn-id: http://svn.drobilla.net/lad/libslv2@110 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include')
-rw-r--r-- | include/lv2.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lv2.ttl b/include/lv2.ttl index c7d1ac9..75b2aa3 100644 --- a/include/lv2.ttl +++ b/include/lv2.ttl @@ -55,7 +55,7 @@ To be used by a host a Plugin must have at least the following properties: rdf:type (with object :Plugin) doap:name (one without language tag) doap:licence - lv2:port + :port """ . @@ -147,7 +147,7 @@ Plugins will write values to this array during their run method. :dataType a rdf:Property ; rdfs:domain :Port ; - rdfs:range lv2:DataType ; + rdfs:range :DataType ; rdfs:label "Port Data type" ; rdfs:comment """ Relates a Port to the data type(s) it can accept. Hosts that do not support |