diff options
author | David Robillard <d@drobilla.net> | 2011-01-30 02:25:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-30 02:25:26 +0000 |
commit | 91e12aba325c5a04bfc653ab4b7579753011e8a5 (patch) | |
tree | 1e028d432b155dc2031fdd7d2466c213a5c59c1e /src/slv2_internal.h | |
parent | b7fc1811252adac20f333db7d89b5cc3b1a3bf07 (diff) | |
download | lilv-91e12aba325c5a04bfc653ab4b7579753011e8a5.tar.gz lilv-91e12aba325c5a04bfc653ab4b7579753011e8a5.tar.bz2 lilv-91e12aba325c5a04bfc653ab4b7579753011e8a5.zip |
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
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
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. |