From e9db5bc44e81f2c581e2443f3742c7fd0a0f1268 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Jan 2011 04:55:18 +0000 Subject: 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 --- src/slv2_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/slv2_internal.h') 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; -- cgit v1.2.1