summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-02-11 18:24:04 +0000
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-02-11 18:24:04 +0000
commitc2400c6b9bba543c6d5386cd39811aca15e5b0dc (patch)
treea0d52e726667cb119ca6a5cea0d5af02e345e423
parent827631c054cda713e89a36862a54a4c88632cac3 (diff)
downloadlibgweather-c2400c6b9bba543c6d5386cd39811aca15e5b0dc.tar.gz
location: next_child can return a nullable
-rw-r--r--libgweather/gweather-location.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgweather/gweather-location.c b/libgweather/gweather-location.c
index 48e2ff7..302c49e 100644
--- a/libgweather/gweather-location.c
+++ b/libgweather/gweather-location.c
@@ -557,7 +557,7 @@ gweather_location_get_parent (GWeatherLocation *loc)
* }
* ]|
*
- * Returns: (transfer full): The next child, or %NULL
+ * Returns: (transfer full) (nullable): The next child, or %NULL
*
* Since: 40
**/