From 8708ccb858ddbf5d521c4755e137bd04544a6ae5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Dec 2011 08:23:19 +0000 Subject: Support arbitrary binary data in plugin state via base64 encoding. Unit testing for plugin instantiation and state. Build without LV2 state available. Support URID values in plugin state nicely. Fix various holes in state implementation exposed by tests. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3908 a436a847-0d15-0410-975c-d299462d15a1 --- lilv/lilv.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lilv') diff --git a/lilv/lilv.h b/lilv/lilv.h index 7d04cda..c664855 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -1106,6 +1106,13 @@ LILV_API void lilv_state_free(LilvState* state); +/** + Return true iff @c a is equivalent to @c b. +*/ +LILV_API +bool +lilv_state_equals(const LilvState* a, const LilvState* b); + /** Get the URI of the plugin @c state applies to. */ -- cgit v1.2.1