From 6b97e04546f22fc50e4293e8816933f20176dfab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Aug 2007 18:55:25 +0000 Subject: Updated LV2 revision number. Fixed formatting in lv2.h. Better/terser comment for lv2:Specification in lv2.ttl. Implemented LV2 specification discovery. git-svn-id: http://svn.drobilla.net/lad/slv2@673 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index f7999e9..bb538f6 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -143,6 +143,7 @@ struct _SLV2World { librdf_parser* parser; SLV2PluginClasses plugin_classes; SLV2Plugins plugins; + librdf_node* lv2_specification_node; librdf_node* lv2_plugin_node; librdf_node* rdf_a_node; @@ -171,6 +172,13 @@ void slv2_world_load_path(SLV2World world, const char* search_path); + +void +slv2_world_load_specifications(SLV2World world); + +void +slv2_world_load_file(SLV2World world, librdf_uri* file_uri); + /* ********* GUI ********* */ -- cgit v1.2.1