From db1f21708808e2ad01292f08deb8da1788db6ee8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Oct 2015 04:29:33 +0000 Subject: Support reloading bundles git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5797 a436a847-0d15-0410-975c-d299462d15a1 --- lilv/lilv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lilv') 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`. -- cgit v1.2.1