docs: Fix annotations for GSimpleProxyResolver

Drop "nullable" from the default-proxy property docblock, and correctly
separate the annotation from the return value's description.
This commit is contained in:
Emmanuele Bassi 2023-10-14 18:11:46 +01:00 committed by Philip Withnall
parent cfb11a8d63
commit d3d69cb8ba

View File

@ -417,7 +417,7 @@ g_simple_proxy_resolver_class_init (GSimpleProxyResolverClass *resolver_class)
object_class->finalize = g_simple_proxy_resolver_finalize;
/**
* GSimpleProxyResolver:default-proxy: (nullable)
* GSimpleProxyResolver:default-proxy:
*
* The default proxy URI that will be used for any URI that doesn't
* match #GSimpleProxyResolver:ignore-hosts, and doesn't match any
@ -503,7 +503,7 @@ g_simple_proxy_resolver_iface_init (GProxyResolverInterface *iface)
* #GSimpleProxyResolver:ignore-hosts for more details on how the
* arguments are interpreted.
*
* Returns: (transfer full) a new #GSimpleProxyResolver
* Returns: (transfer full): a new #GSimpleProxyResolver
*
* Since: 2.36
*/