aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/urid/urid.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-30 22:52:14 +0100
committerDavid Robillard <d@drobilla.net>2019-03-31 16:13:25 +0200
commit4a49e65f82b8206c1a5f71484e66a191a62c63ad (patch)
tree521faf63e3ca3ff43a10bd8b0aabdc5c226a3dfb /lv2/urid/urid.h
parentc0a3fc67642385626e1b6093844272cee0a3ea77 (diff)
downloadlv2-4a49e65f82b8206c1a5f71484e66a191a62c63ad.tar.xz
EXPERIMENT: Add unified static ID headerstatic-urids
Diffstat (limited to 'lv2/urid/urid.h')
-rw-r--r--lv2/urid/urid.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/lv2/urid/urid.h b/lv2/urid/urid.h
index c9ee2e0..3706007 100644
--- a/lv2/urid/urid.h
+++ b/lv2/urid/urid.h
@@ -125,6 +125,23 @@ typedef struct _LV2_URID_Unmap {
LV2_URID urid);
} LV2_URID_Unmap;
+#if 0
+/**
+ Static URIDs Feature (LV2_URID__staticURIDs)
+*/
+typedef struct _LV2_URID_Static_URIDs {
+ /**
+ Opaque pointer to host data.
+
+ This MUST be passed to unmap() whenever it is called.
+ Otherwise, it must not be interpreted in any way.
+ */
+ LV2_URID_Static_URIDs_Handle handle;
+
+ int max_static_id;
+} LV2_URID_Static_URIDs;
+#endif
+
#ifdef __cplusplus
} /* extern "C" */
#endif