summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-11-12 16:02:14 +0000
committerSam Thursfield <sam@afuera.me.uk>2020-11-12 16:02:14 +0000
commit5cfc0cd408993a46efe3a97d9cbc1596080493ee (patch)
tree5d3392a8fd9a03ec063c1dab4c1cfe0024c4717d
parent84959b144e37e480995a2f0a0686ff544a0f51b6 (diff)
parent20caea1a43ba14bbea545eaef4d6de37d072d197 (diff)
downloadtracker-5cfc0cd408993a46efe3a97d9cbc1596080493ee.tar.gz
Merge branch 'wip/jfelder/tracker-notifier-annotation' into 'master'
tracker-notifier: Fix tracker_notifier_signal_subscribe annotation See merge request GNOME/tracker!339
-rw-r--r--src/libtracker-sparql/tracker-notifier.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libtracker-sparql/tracker-notifier.c b/src/libtracker-sparql/tracker-notifier.c
index 6e2989bf8..38e6897fe 100644
--- a/src/libtracker-sparql/tracker-notifier.c
+++ b/src/libtracker-sparql/tracker-notifier.c
@@ -787,8 +787,8 @@ tracker_notifier_init (TrackerNotifier *notifier)
* @notifier: a #TrackerNotifier
* @connection: a #GDBusConnection
* @service: DBus service name to subscribe to events for
- * @object_path: DBus object path to subscribe to events for, or %NULL
- * @graph: graph to listen events for, or %NULL
+ * @object_path: (nullable): DBus object path to subscribe to events for, or %NULL
+ * @graph: (nullable): graph to listen events for, or %NULL
*
* Listens to notification events from a remote SPARQL endpoint as a DBus
* service (see #TrackerEndpointDBus). If the @object_path argument is