summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-17 07:11:45 +0000
committerDavid Robillard <d@drobilla.net>2011-03-17 07:11:45 +0000
commit17f6705ae6d0e8c7202f598f5271786a00a065be (patch)
treede6c70bfb79ed8dfa034b198003c587e384e3bca /src/slv2_internal.h
parente0c2436504f43c844aded3b021c6bcdd48bbf9cc (diff)
downloadlilv-17f6705ae6d0e8c7202f598f5271786a00a065be.tar.gz
lilv-17f6705ae6d0e8c7202f598f5271786a00a065be.tar.bz2
lilv-17f6705ae6d0e8c7202f598f5271786a00a065be.zip
Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3106 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index c6b8a41..d24d570 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -221,6 +221,11 @@ void slv2_plugin_classes_free();
/* ********* World ********* */
+typedef struct {
+ bool dyn_manifest;
+ bool filter_language;
+} SLV2Options;
+
/** Model of LV2 (RDF) data loaded from bundles.
*/
struct _SLV2World {
@@ -259,7 +264,7 @@ struct _SLV2World {
SLV2Node xsd_integer_node;
SLV2Value doap_name_val;
SLV2Value lv2_name_val;
- bool filter_language;
+ SLV2Options opt;
};
const uint8_t*