From e73283756c38c1a980b5b489fa9f0fa6e596c99f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Mar 2011 07:25:06 +0000 Subject: Specify explicitly that LV2_Descriptor::URI must be a valid URI string. --- core.lv2/lv2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core.lv2/lv2.h b/core.lv2/lv2.h index 4f41bde..650ab2d 100644 --- a/core.lv2/lv2.h +++ b/core.lv2/lv2.h @@ -81,6 +81,7 @@ typedef struct _LV2_Feature { typedef struct _LV2_Descriptor { /** A globally unique, case-sensitive identifier for this plugin type. + This MUST be a valid URI string as defined by RFC 3986. All plugins with the same URI MUST be compatible in terms of 'port signature', meaning they have the same ports with the same symbols. -- cgit v1.2.1