summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-09-16 10:35:33 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-09-17 00:35:02 +0200
commitb01208c2a8de60870983ffd8cd75f90c7828f1b1 (patch)
tree2a2e7553d57bf89ae3a154b5de3736b3de466f36
parent01115e8f87710f298d34349a0e78ff2ec479eb96 (diff)
downloadtracker-wip/carlosg/doc-improvements.tar.gz
libtracker-sparql: Drop mentions to pre-3.0 API versionswip/carlosg/doc-improvements
It is no longer relevant that this or that object were added in Tracker 1.x. It only matters that has been there for all of 3.0, so these comments are superfluous.
-rw-r--r--src/libtracker-sparql/tracker-notifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtracker-sparql/tracker-notifier.c b/src/libtracker-sparql/tracker-notifier.c
index 2156b29c8..cb7ce9022 100644
--- a/src/libtracker-sparql/tracker-notifier.c
+++ b/src/libtracker-sparql/tracker-notifier.c
@@ -28,7 +28,7 @@
* changes to the Tracker database. A #TrackerNotifier is created
* through tracker_sparql_connection_create_notifier(), after the notifier
* is created, events can be listened for by connecting to the
- * #TrackerNotifier::events signal. This object was added in Tracker 1.12.
+ * #TrackerNotifier::events signal.
*
* # Known caveats
*