aboutsummaryrefslogtreecommitdiffstats
path: root/ext/urid.lv2/urid.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/urid.lv2/urid.ttl')
-rw-r--r--ext/urid.lv2/urid.ttl14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/urid.lv2/urid.ttl b/ext/urid.lv2/urid.ttl
index 85af5c4..6b05071 100644
--- a/ext/urid.lv2/urid.ttl
+++ b/ext/urid.lv2/urid.ttl
@@ -47,21 +47,21 @@ This extension is intended as an improved and simpler replacement for the
<q>map</q> context parameter has been found problematic.
""" .
-urid:Mapper
+urid:map
a lv2:Feature ;
lv2:documentation """
A feature which is used to map URIs to integers. To support this feature, the
host must pass an LV2_Feature to LV2_Descriptor::instantiate() with
-<em>URI</em> <q>http://lv2plug.in/ns/ext/urid#Mapper</q> and <em>data</em>
-pointed to an instance of LV2_URID_Mapper.
+<em>URI</em> <q>http://lv2plug.in/ns/ext/urid#map</q> and <em>data</em>
+pointed to an instance of LV2_URID_Map.
""" .
-urid:Unmapper
+urid:unmap
a lv2:Feature ;
lv2:documentation """
A feature which is used to unmap URIs previously mapped to integers by
-urid:Mapper. To support this feature, the host must pass an LV2_Feature to
+urid:map. To support this feature, the host must pass an LV2_Feature to
LV2_Descriptor::instantiate() with <em>URI</em>
-<q>http://lv2plug.in/ns/ext/urid#Unmapper</q> and <em>data</em> pointed to an
-instance of LV2_URID_Unmapper.
+<q>http://lv2plug.in/ns/ext/urid#unmap</q> and <em>data</em> pointed to an
+instance of LV2_URID_Unmap.
""" .