summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2017-09-22 19:44:11 +0100
committerSam Thursfield <sam@afuera.me.uk>2017-09-22 19:44:11 +0100
commitf412cac9dcbd4e124fe50dae9d2e7b34905a2880 (patch)
treef8555314d6a048ddfa18b9aa033bfc0b755009f2
parentfc067f11a72b02e292200c28977900bad979dff6 (diff)
downloadtracker-f412cac9dcbd4e124fe50dae9d2e7b34905a2880.tar.gz
libtracker-sparql: Fix introspection for Tracker.Notifier.new()
The 'classes' parameter wasn't annotated correctly.
-rw-r--r--src/libtracker-sparql/tracker-notifier.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libtracker-sparql/tracker-notifier.c b/src/libtracker-sparql/tracker-notifier.c
index c9e4e7600..cf7374166 100644
--- a/src/libtracker-sparql/tracker-notifier.c
+++ b/src/libtracker-sparql/tracker-notifier.c
@@ -877,7 +877,8 @@ tracker_notifier_init (TrackerNotifier *notifier)
/**
* tracker_notifier_new:
- * @classes: Array of RDF classes to receive notifications from, or %NULL for all.
+ * @classes: (array zero-terminated=1): 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.