From 05950ac684d467eb609476d1aa531e221abcffa0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Dec 2018 14:21:37 -0500 Subject: Expose the node cache in the world --- src/world.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/world.c b/src/world.c index 800a8bbc..f449ed50 100644 --- a/src/world.c +++ b/src/world.c @@ -111,6 +111,12 @@ serd_world_free(SerdWorld* world) } } +SerdNodes* +serd_world_nodes(SerdWorld* world) +{ + return world->nodes; +} + const SerdNode* serd_world_get_blank(SerdWorld* world) { -- cgit v1.2.1