guri: Mark g_uri_get_host as nullable

It's currently annotated as not nullable, but it can be NULL.
This commit is contained in:
Carlos Garcia Campos
2021-02-03 09:55:54 +01:00
committed by Philip Withnall
parent e6f506a92c
commit 5221b6a261

View File

@@ -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
*/