summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2021-02-03 09:55:54 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-02-03 09:47:30 +0000
commit5221b6a2612697751fd86467b0fbe7abc70b601d (patch)
tree9b87772ce502687647ba333a521cae53b01bcd0d
parente6f506a92c178c9e2a003d069ad57d0bfb771370 (diff)
downloadglib-5221b6a2612697751fd86467b0fbe7abc70b601d.tar.gz
guri: Mark g_uri_get_host as nullable
It's currently annotated as not nullable, but it can be NULL.
-rw-r--r--glib/guri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/guri.c b/glib/guri.c
index 571cf10aa..a57c670ac 100644
--- a/glib/guri.c
+++ b/glib/guri.c
@@ -2440,7 +2440,7 @@ g_uri_get_auth_params (GUri *uri)
* be a scope ID attached to the address. Eg, `fe80::1234%``em1` (or
* `fe80::1234%``25em1` if the string is still encoded).
*
- * Return value: (not nullable): @uri's host.
+ * Return value: (nullable): @uri's host.
*
* Since: 2.66
*/