diff options
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 ********* */ |