From 5ef77d9bd9b102c76dbef24fbcd006c4534e9fc1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 23 Mar 2012 01:26:47 +0000 Subject: Add worker extension to remove thread stuff from plugins. --- lv2/lv2plug.in/ns/ext/urid/urid.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/urid') diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl index 121ffaf..d080107 100644 --- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl @@ -68,7 +68,7 @@ urid:map 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 URI -LV2_URID_MAP_URI and data pointed to an instance of LV2_URID_Map.

+LV2_URID__map and data pointed to an instance of LV2_URID_Map.

""" . urid:unmap @@ -76,6 +76,6 @@ urid:unmap lv2:documentation """

A feature which is used to unmap URIs previously mapped to integers by urid:map. To support this feature, the host must pass an LV2_Feature to -LV2_Descriptor::instantiate() with URI LV2_URID_UNMAP_URI and data pointed to +LV2_Descriptor::instantiate() with URI LV2_URID__unmapl and data pointed to an instance of LV2_URID_Unmap.

""" . -- cgit v1.2.1