From bb91f0334218ce1866aee3fd955871aae7c7550f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Nov 2011 04:40:50 +0000 Subject: Make use of new auto-linking in lv2specgen.py. --- ext/reference.lv2/reference.ttl | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'ext/reference.lv2/reference.ttl') diff --git a/ext/reference.lv2/reference.ttl b/ext/reference.lv2/reference.ttl index e59e0ae..6d5870f 100644 --- a/ext/reference.lv2/reference.ttl +++ b/ext/reference.lv2/reference.ttl @@ -38,21 +38,20 @@ lv2:documentation """

This extension defines a mechanism for working with generic/opaque dynamically allocated memory, called a "Blob", which is -(unlike an Atom) not necessarily POD. Blobs are accessed via a Reference, which is a special case of Atom that always -has type = 0, is not POD, and can only be copied using host -provided functions. This allows plugins and hosts to work with data of any -type at all.

+(unlike an Atom) not necessarily POD. Blobs are accessed via a +reference:Reference, which is a special case of Atom that always has type = +0, is not POD, and can only be copied using host provided functions. +This allows plugins and hosts to work with data of any type at all.

""" . reference:Reference a rdfs:Class ; rdfs:subClassOf atom:Atom ; rdfs:label "Reference" ; lv2:documentation """ -

Reference to a Blob. The actual contents of a Reference -are opaque and host specific, and must not be copied, serialized, or otherwise -interpreted by a plugin, except via functions provided by the host in -LV2_Blob_Support.

+

Reference to an lv2:Blob. The actual contents of a Reference are opaque and +host specific, and must not be copied, serialized, or otherwise interpreted by +a plugin, except via functions provided by the host in LV2_Blob_Support.

A Reference is a special case of Atom with type = 0. "Null" is the unique Atom with type = 0 and -- cgit v1.2.1