summaryrefslogtreecommitdiff
path: root/src/libtracker-sparql/tracker-connection.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtracker-sparql/tracker-connection.vala')
-rw-r--r--src/libtracker-sparql/tracker-connection.vala10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libtracker-sparql/tracker-connection.vala b/src/libtracker-sparql/tracker-connection.vala
index cdb6c36eb..70ef83218 100644
--- a/src/libtracker-sparql/tracker-connection.vala
+++ b/src/libtracker-sparql/tracker-connection.vala
@@ -136,11 +136,11 @@ public abstract class Tracker.Sparql.Connection : Object {
* which it won't support (i.e. an update for a read-only backend), you will
* see critical warnings.
*
- * When calling either tracker_sparql_connection_get(),
- * tracker_sparql_connection_get_direct() or the asynchronous variants of
- * these functions, a mutex is used to protect the loading of backends
- * against potential race conditions. For synchronous calls, this function
- * will always block if a previous connection get method has been called.
+ * When calling either tracker_sparql_connection_get(), or the asynchronous
+ * variants of these functions, a mutex is used to protect the loading of
+ * backends against potential race conditions. For synchronous calls, this
+ * function will always block if a previous connection get method has been
+ * called.
*
* All backends will call the D-Bus tracker-store API Wait() to make sure
* the store and databases are in the right state before any user based