[tracker] libtracker-sparql: Fix wording of function documentation



commit 3bb1dfb2d903fb4cbc46c43334be60e8d639fc48
Author: Sam Thursfield <sam afuera me uk>
Date:   Fri Apr 20 13:54:06 2018 +0200

    libtracker-sparql: Fix wording of function documentation

 src/libtracker-sparql/tracker-connection.vala |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-connection.vala b/src/libtracker-sparql/tracker-connection.vala
index 4f99ebc..412f7e8 100644
--- a/src/libtracker-sparql/tracker-connection.vala
+++ b/src/libtracker-sparql/tracker-connection.vala
@@ -584,11 +584,10 @@ public abstract class Tracker.Sparql.Connection : Object {
         * Sets the domain (usually a DBus name or application ID) that
         * will be used on on the connection obtained by
         * tracker_sparql_connection_get(). See the "Isolating tracker-store
-        * clients" section in this library docs.
+        * clients" section in the docs for this library.
         *
-        * This function must be called
-        * before any of these such tracker_sparql_connection_get() calls
-        * could happen.
+        * This function must be called before any tracker_sparql_connection_get()
+        * calls happen.
         *
         * Since: 2.0
         */


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