summaryrefslogtreecommitdiffstats
path: root/lilv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-29 04:29:33 +0000
committerDavid Robillard <d@drobilla.net>2015-10-29 04:29:33 +0000
commitdb1f21708808e2ad01292f08deb8da1788db6ee8 (patch)
tree81d907cfaa03a3e4c539d1e4108f33ccbdb562b3 /lilv
parentefc94d38733ac94c04f3c2d01d2eb058b5e3d4d5 (diff)
downloadlilv-db1f21708808e2ad01292f08deb8da1788db6ee8.tar.gz
lilv-db1f21708808e2ad01292f08deb8da1788db6ee8.tar.bz2
lilv-db1f21708808e2ad01292f08deb8da1788db6ee8.zip
Support reloading bundles
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5797 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv')
-rw-r--r--lilv/lilv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h
index 6bced5e..feb8a0b 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -577,8 +577,8 @@ lilv_world_load_all(LilvWorld* world);
other things) MUST be identified by URIs (not paths) in save files.
*/
LILV_API void
-lilv_world_load_bundle(LilvWorld* world,
- LilvNode* bundle_uri);
+lilv_world_load_bundle(LilvWorld* world,
+ const LilvNode* bundle_uri);
/**
Load all specifications from currently loaded bundles.
@@ -609,7 +609,7 @@ lilv_world_load_plugin_classes(LilvWorld* world);
separately unloaded with lilv_world_unload_resource().
*/
LILV_API int
-lilv_world_unload_bundle(LilvWorld* world, LilvNode* bundle_uri);
+lilv_world_unload_bundle(LilvWorld* world, const LilvNode* bundle_uri);
/**
Load all the data associated with the given `resource`.