summaryrefslogtreecommitdiffstats
path: root/lilv
diff options
context:
space:
mode:
Diffstat (limited to 'lilv')
-rw-r--r--lilv/lilv.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h
index 52493ed..6ce93d0 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -530,11 +530,19 @@ lilv_world_new(void);
#define LILV_OPTION_DYN_MANIFEST "http://drobilla.net/ns/lilv#dyn-manifest"
/**
+ Set application-specific LV2_PATH. This overrides the LV2_PATH from the
+ environment, so that lilv will only look inside the given path. This can be
+ used to make self-contained applications.
+*/
+#define LILV_OPTION_LV2_PATH "http://drobilla.net/ns/lilv#lv2-path"
+
+/**
Set an option option for `world`.
Currently recognized options:
@ref LILV_OPTION_FILTER_LANG
@ref LILV_OPTION_DYN_MANIFEST
+ @ref LILV_OPTION_LV2_PATH
*/
LILV_API void
lilv_world_set_option(LilvWorld* world,