summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-02-19 10:13:06 +0100
committerPhilipp Hörist <philipp@hoerist.com>2023-09-02 18:51:08 +0200
commitcf42ca2d96656a7d89f0889390afdba3ce382d9d (patch)
treec1ebda9bba631617b0cf205729bc55b878d9c6ba
parent84721f140fefe41ece2a7b49ff01fb76da1f9d45 (diff)
simple: Correct gi annotations
-rw-r--r--libgeoclue/gclue-simple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgeoclue/gclue-simple.c b/libgeoclue/gclue-simple.c
index 1284e4d..c7d160b 100644
--- a/libgeoclue/gclue-simple.c
+++ b/libgeoclue/gclue-simple.c
@@ -974,7 +974,7 @@ gclue_simple_new_with_thresholds_sync (const char *desktop_id,
* Gets the client proxy, or %NULL if @simple is not using a client proxy (i-e
* when inside the Flatpak sandbox).
*
- * Returns: (transfer none) (type GClueClientProxy): The client object.
+ * Returns: (nullable) (transfer none) (type GClueClientProxy): The client object.
*/
GClueClient *
gclue_simple_get_client (GClueSimple *simple)
@@ -990,7 +990,7 @@ gclue_simple_get_client (GClueSimple *simple)
*
* Gets the current location.
*
- * Returns: (transfer none) (type GClueLocation): The last known location
+ * Returns: (nullable) (transfer none) (type GClueLocation): The last known location
* as #GClueLocation.
*/
GClueLocation *