diff options
author | David Robillard <d@drobilla.net> | 2007-08-03 18:55:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-08-03 18:55:25 +0000 |
commit | 6b97e04546f22fc50e4293e8816933f20176dfab (patch) | |
tree | 494b504571b2f946b4d17ad362d4be66044e57d6 /src/slv2_internal.h | |
parent | c6843cb84ad81f3845700758505ed78ea401ed58 (diff) | |
download | lilv-6b97e04546f22fc50e4293e8816933f20176dfab.tar.gz lilv-6b97e04546f22fc50e4293e8816933f20176dfab.tar.bz2 lilv-6b97e04546f22fc50e4293e8816933f20176dfab.zip |
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
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 ********* */ |