aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-17 07:25:06 +0000
committerDavid Robillard <d@drobilla.net>2011-03-17 07:25:06 +0000
commite73283756c38c1a980b5b489fa9f0fa6e596c99f (patch)
tree16751a7beceb1d5636131b14d537863065c73239 /core.lv2
parent333aba2e488e3d84ae357dd2f3aec76a0f6021aa (diff)
downloadlv2-e73283756c38c1a980b5b489fa9f0fa6e596c99f.tar.xz
Specify explicitly that LV2_Descriptor::URI must be a valid URI string.
Diffstat (limited to 'core.lv2')
-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.