summaryrefslogtreecommitdiffstats
path: root/lilv
diff options
context:
space:
mode:
Diffstat (limited to 'lilv')
-rw-r--r--lilv/lilv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h
index 7d04cda..c664855 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -1107,6 +1107,13 @@ 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.
*/
LILV_API