From f988795439be205e96f71563b8de37b3eb399c55 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Jul 2006 18:53:15 +0000 Subject: Removed vstrjoin git-svn-id: http://svn.drobilla.net/lad/libslv2@105 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/query.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'slv2/query.h') diff --git a/slv2/query.h b/slv2/query.h index 57d1b22..9bba619 100644 --- a/slv2/query.h +++ b/slv2/query.h @@ -76,16 +76,15 @@ slv2_query_lang_filter(const char* variable); /** Run a SPARQL query on a plugin's data file. * - * String arguments will be concatenated, allowing for variable substitution - * etc. (without having to define a token syntax and search the string for - * tokens, which would be slow). + * Header from slv2query_header will be prepended to passed query string (so + * the default prefixes will be already defined, you don't need to add them + * yourself). * - * Header from slv2query_header will be prepended to passed query string. * rasqal_init() must be called by the caller before calling this function. */ rasqal_query_results* slv2_plugin_run_query(const SLV2Plugin* p, - const char* query_string, ...); + const char* query_string); SLV2Property slv2_query_get_results(rasqal_query_results* results); -- cgit v1.2.1