diff options
author | David Robillard <d@drobilla.net> | 2011-01-29 04:55:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-29 04:55:18 +0000 |
commit | e9db5bc44e81f2c581e2443f3742c7fd0a0f1268 (patch) | |
tree | 499a954da2892c2224c5f37425fcb689c58a4325 /src/slv2_internal.h | |
parent | a4addf6fd568474db8071d3982e3f325ce52f8e4 (diff) | |
download | lilv-e9db5bc44e81f2c581e2443f3742c7fd0a0f1268.tar.gz lilv-e9db5bc44e81f2c581e2443f3742c7fd0a0f1268.tar.bz2 lilv-e9db5bc44e81f2c581e2443f3742c7fd0a0f1268.zip |
Non-SPARQL version of slv2_plugin_load_ports_if_necessary.
This version has much better error-checking than the previous, but
unfortunately the API returns void so it can't be communicated
to the caller...
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2845 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 1075703..7d7e727 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -152,6 +152,9 @@ struct _SLV2World { librdf_node* lv2_specification_node; librdf_node* lv2_plugin_node; librdf_node* lv2_binary_node; + librdf_node* lv2_port_node; + librdf_node* lv2_index_node; + librdf_node* lv2_symbol_node; librdf_node* rdf_a_node; librdf_node* xsd_integer_node; librdf_node* xsd_decimal_node; |