summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-11-23 02:36:26 +0000
committerDavid Robillard <d@drobilla.net>2012-11-23 02:36:26 +0000
commitf7963514ecc6b09717e5a5b49845cb0043145e37 (patch)
tree2abc5e87919893e554b30314ad04d0137fab2672 /src/lilv_internal.h
parent3a779910b25092981e7dd84d976987e7556916a4 (diff)
downloadlilv-f7963514ecc6b09717e5a5b49845cb0043145e37.tar.gz
lilv-f7963514ecc6b09717e5a5b49845cb0043145e37.tar.bz2
lilv-f7963514ecc6b09717e5a5b49845cb0043145e37.zip
Factor out common "ask if a triple is present" pattern.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4856 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r--src/lilv_internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index f23b7a2..60dae6a 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -310,6 +310,12 @@ lilv_world_query_internal(LilvWorld* world,
const SordNode* predicate,
const SordNode* object);
+bool
+lilv_world_ask_internal(LilvWorld* world,
+ const SordNode* subject,
+ const SordNode* predicate,
+ const SordNode* object);
+
LilvNodes*
lilv_world_query_values_internal(LilvWorld* world,
const SordNode* subject,