[tracker/0.10-documentation-review: 1/4] docs, libtracker-sparql: D-Bus always does FD passing now



commit ce200ce477fd134f48badbb9e9352e01807bc86c
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Mon Feb 7 18:06:55 2011 +0100

    docs, libtracker-sparql: D-Bus always does FD passing now

 docs/reference/libtracker-sparql/overview.sgml |   32 +++++------------------
 1 files changed, 7 insertions(+), 25 deletions(-)
---
diff --git a/docs/reference/libtracker-sparql/overview.sgml b/docs/reference/libtracker-sparql/overview.sgml
index a14330f..2b5addb 100644
--- a/docs/reference/libtracker-sparql/overview.sgml
+++ b/docs/reference/libtracker-sparql/overview.sgml
@@ -42,40 +42,22 @@
 	<listitem>
 	  <emphasis>D-Bus FD passing:</emphasis>
 	  <para>
-	    If the system runs a D-Bus &ge; 1.3.1, the
-	    <type><link linkend="TrackerSparqlConnection-struct">TrackerSparqlConnection</link></type>
-	    will use the File Descriptor passing method via D-Bus to connect to the Store,
-	    which is faster than the plain D-Bus for queries involving a lot of traffic.
-	    This method will be used for all non read-only queries on
-	    <type><link linkend="TrackerSparqlConnection-struct">TrackerSparqlConnection</link></type>
-	    objects obtained with
-	    <function><link linkend="tracker-sparql-connection-get">tracker_sparql_connection_get</link></function>.
-	  </para>
-	</listitem>
-	<listitem>
-	  <emphasis>D-Bus:</emphasis>
-	  <para>
-	    If the system runs a D-Bus &lt; 1.3.1, the
-	    <type><link linkend="TrackerSparqlConnection-struct">TrackerSparqlConnection</link></type>
-	    will use the standard D-Bus method to connect to the Store.
-	    This method will be used for all non read-only queries on
+	    The <type><link linkend="TrackerSparqlConnection-struct">TrackerSparqlConnection</link></type>
+	    will use the File Descriptor passing method via D-Bus to connect to the Store for all non
+		read-only queries on
 	    <type><link linkend="TrackerSparqlConnection-struct">TrackerSparqlConnection</link></type>
 	    objects obtained with
 	    <function><link linkend="tracker-sparql-connection-get">tracker_sparql_connection_get</link></function>.
 	  </para>
+      <para>
+		See the <link linkend="tracker-overview-environment-variables">Environment Variables</link> section
+		to check how you can force also Read-Only queries to be done using D-Bus.
+      </para>
 	</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>
 
-
   <chapter id="tracker-overview-compiling">
     <title>Compiling applications</title>
 



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