aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core.lv2/lv2.h1
1 files changed, 1 insertions, 0 deletions
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.