summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-09-29 13:31:16 +0100
committerCarlos Garnacho <carlosg@gnome.org>2017-09-29 17:11:04 +0200
commit2780dce5f940b1cae3a39bcc4cfb911e36a6ab1c (patch)
tree4b6f39fa7bbf8e1ec45f50173ffd1acb997b23bd
parentee5e78154a9928ab4c1356180d25ab85e80de992 (diff)
downloadtracker-2780dce5f940b1cae3a39bcc4cfb911e36a6ab1c.tar.gz
libtracker-sparql: Introspection fix for tracker_notifier_new()
The tracker_notifier_new() function allows NULL for 'classes'.
-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 d9ab2cd1a..de9cb8c35 100644
--- a/src/libtracker-sparql/tracker-notifier.c
+++ b/src/libtracker-sparql/tracker-notifier.c
@@ -864,8 +864,8 @@ tracker_notifier_init (TrackerNotifier *notifier)
/**
* tracker_notifier_new:
- * @classes: (array zero-terminated=1): Array of RDF classes to receive
- * notifications from, or %NULL for all.
+ * @classes: (array zero-terminated=1) (allow-none): Array of RDF classes to
+ * receive notifications from, or %NULL for all.
* @flags: flags affecting the notifier behavior
* @cancellable: Cancellable for the operation
* @error: location for the possible resulting error.