diff options
author | David Robillard <d@drobilla.net> | 2012-03-30 23:21:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-30 23:21:56 +0000 |
commit | 61ca99092ee9e4558ace1b9dc60249e41e9e196b (patch) | |
tree | 23e9c5c96831a5c3a81393865af12d98e26fba1d /lv2/lv2plug.in | |
parent | f177c3b7d4ac6f4af8bb91ca9f41ce551b9cbb87 (diff) | |
download | lv2-61ca99092ee9e4558ace1b9dc60249e41e9e196b.tar.xz |
Add missing definition of patch:wildcard.
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/patch/patch.h | 1 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/patch/patch.ttl | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.h b/lv2/lv2plug.in/ns/ext/patch/patch.h index 24c3b17..aad3788 100644 --- a/lv2/lv2plug.in/ns/ext/patch/patch.h +++ b/lv2/lv2plug.in/ns/ext/patch/patch.h @@ -46,5 +46,6 @@ #define LV2_PATCH__remove LV2_PATCH_PREFIX "remove" #define LV2_PATCH__request LV2_PATCH_PREFIX "request" #define LV2_PATCH__subject LV2_PATCH_PREFIX "subject" +#define LV2_PATCH__wildcard LV2_PATCH_PREFIX "wildcard" #endif /* LV2_PATCH_H */ diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl index 9e60939..347cf91 100644 --- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl @@ -352,3 +352,9 @@ patch:remove owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain patch:Message . + +patch:wildcard + a rdfs:Resource ; + rdfs:comment """ +A wildcard which matches any resource. This makes it possible to describe the removal of all values for a given property. +""" . |