[tracker/wip/carlosg/more-tests: 5/12] libtracker-sparql: Fix introspection annotations
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/more-tests: 5/12] libtracker-sparql: Fix introspection annotations
- Date: Wed, 30 Sep 2020 11:07:55 +0000 (UTC)
commit 39da84662c0b41884f9c684fdc561d4880a25504
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Sep 28 17:32:36 2020 +0200
libtracker-sparql: Fix introspection annotations
tracker_sparql_connection_new() allows NULL store/ontology arguments.
src/libtracker-sparql/tracker-connection.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-connection.c b/src/libtracker-sparql/tracker-connection.c
index df7f387fd..8df18b895 100644
--- a/src/libtracker-sparql/tracker-connection.c
+++ b/src/libtracker-sparql/tracker-connection.c
@@ -99,8 +99,8 @@ tracker_sparql_connection_class_init (TrackerSparqlConnectionClass *klass)
/**
* tracker_sparql_connection_new:
* @flags: values from #TrackerSparqlConnectionFlags
- * @store: the directory that contains the database as a #GFile, or %NULL
- * @ontology: the directory that contains the database schemas as a #GFile, or %NULL
+ * @store: (nullable): the directory that contains the database as a #GFile, or %NULL
+ * @ontology: (nullable): the directory that contains the database schemas as a #GFile, or %NULL
* @cancellable: (nullable): a #GCancellable, or %NULL
* @error: pointer to a #GError
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]