[tracker/tracker-1.12] libtracker-sparql: Introspection fix for tracker_notifier_new()
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-1.12] libtracker-sparql: Introspection fix for tracker_notifier_new()
- Date: Fri, 29 Sep 2017 17:12:39 +0000 (UTC)
commit 2780dce5f940b1cae3a39bcc4cfb911e36a6ab1c
Author: Sam Thursfield <sam thursfield codethink co uk>
Date: Fri Sep 29 13:31:16 2017 +0100
libtracker-sparql: Introspection fix for tracker_notifier_new()
The tracker_notifier_new() function allows NULL for 'classes'.
src/libtracker-sparql/tracker-notifier.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-notifier.c b/src/libtracker-sparql/tracker-notifier.c
index d9ab2cd..de9cb8c 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]