From 5f936c270bb8f8e449a7ca2daf50c164910339b8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 May 2007 04:01:04 +0000 Subject: Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal independently. Fixed patch loading for Ingen (local only, still something wrong with remote...). git-svn-id: http://svn.drobilla.net/lad/slv2@486 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/world.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'slv2/world.h') diff --git a/slv2/world.h b/slv2/world.h index 6cd1402..b5a4f30 100644 --- a/slv2/world.h +++ b/slv2/world.h @@ -21,6 +21,7 @@ #include #include +#include #ifdef __cplusplus extern "C" { @@ -52,6 +53,12 @@ SLV2World slv2_world_new(); +/** Initialize a new, empty world, using an existing Redland context. + */ +SLV2World +slv2_world_new_using_rdf_world(librdf_world* world); + + /** Destroy the world, mwahaha. * * NB: Destroying the world will leave dangling references in any plugin lists, -- cgit v1.2.1