diff options
author | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2021-02-11 18:24:04 +0000 |
---|---|---|
committer | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2021-02-11 18:24:04 +0000 |
commit | c2400c6b9bba543c6d5386cd39811aca15e5b0dc (patch) | |
tree | a0d52e726667cb119ca6a5cea0d5af02e345e423 /libgweather | |
parent | 827631c054cda713e89a36862a54a4c88632cac3 (diff) | |
download | libgweather-c2400c6b9bba543c6d5386cd39811aca15e5b0dc.tar.gz |
location: next_child can return a nullable
Diffstat (limited to 'libgweather')
-rw-r--r-- | libgweather/gweather-location.c | 2 |
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 **/ |