[tracker/rss-enclosures] libtracker-sparql: additional small comment in documentation



commit c82845ebedef0d38ee5cd22df523de1d57c47217
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Wed Aug 4 16:58:49 2010 +0200

    libtracker-sparql: additional small comment in documentation

 docs/reference/libtracker-sparql/overview.sgml |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/libtracker-sparql/overview.sgml b/docs/reference/libtracker-sparql/overview.sgml
index 7fb08a9..26cb88a 100644
--- a/docs/reference/libtracker-sparql/overview.sgml
+++ b/docs/reference/libtracker-sparql/overview.sgml
@@ -16,8 +16,9 @@
     <title>Connection methods</title>
 
     <para>
-      The Tracker SPARQL library provides several underlying methods to connect
-      to the Tracker Store:
+      The Tracker SPARQL library provides several underlying methods to perform
+      queries and updates to the Tracker Store.
+
       <itemizedlist>
 	<listitem>
 	  <emphasis>Direct Access:</emphasis>
@@ -65,6 +66,13 @@
 	</listitem>
       </itemizedlist>
     </para>
+
+    <para>
+      Please note that the user of the library <emphasis>cannot</emphasis> choose a specific
+      method to be used, as that is done automatically by the
+      <type><link linkend="TrackerSparqlConnection-struct">TrackerSparqlConnection</link></type>
+      depending on the available possibilities.
+    </para>
   </chapter>
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]