aboutsummaryrefslogtreecommitdiffstats
path: root/ext/state.lv2/state.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-18 17:27:16 +0000
committerDavid Robillard <d@drobilla.net>2011-11-18 17:27:16 +0000
commit7c25d40076f863bdd019b637912e473d2e748040 (patch)
tree8e9390ba594e950159e551a8e25a79a0f31f4845 /ext/state.lv2/state.h
parentf4b4d8bf43d794db56e0c92a34b894e5bf42889f (diff)
downloadlv2-7c25d40076f863bdd019b637912e473d2e748040.tar.xz
Define LV2_STATE_INTERFACE_URI.
Diffstat (limited to 'ext/state.lv2/state.h')
-rw-r--r--ext/state.lv2/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/state.lv2/state.h b/ext/state.lv2/state.h
index cb6f2fc..4e1c28a 100644
--- a/ext/state.lv2/state.h
+++ b/ext/state.lv2/state.h
@@ -35,6 +35,8 @@ extern "C" {
#define LV2_STATE_URI "http://lv2plug.in/ns/ext/state"
+#define LV2_STATE_INTERFACE_URI LV2_STATE_URI "#Interface"
+
typedef void* LV2_State_Handle;
/**