From 91e12aba325c5a04bfc653ab4b7579753011e8a5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Jan 2011 02:25:26 +0000 Subject: Non-SPARQL versions of slv2_port_supports_event and slv2_port_has_property. 5 queries left... git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2864 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 75559c4..a4314a4 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -89,6 +89,11 @@ librdf_stream* slv2_plugin_find_statements(SLV2Plugin plugin, librdf_node* predicate, librdf_node* object); +SLV2Value +slv2_plugin_get_unique(SLV2Plugin p, + librdf_node* subject, + librdf_node* predicate); + /* ********* Plugins ********* */ /** Create a new, empty plugin list. -- cgit v1.2.1