mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 07:09:16 +02:00
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:
parent
cfb11a8d63
commit
d3d69cb8ba
@ -417,7 +417,7 @@ g_simple_proxy_resolver_class_init (GSimpleProxyResolverClass *resolver_class)
|
|||||||
object_class->finalize = g_simple_proxy_resolver_finalize;
|
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
|
* The default proxy URI that will be used for any URI that doesn't
|
||||||
* match #GSimpleProxyResolver:ignore-hosts, and doesn't match any
|
* 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
|
* #GSimpleProxyResolver:ignore-hosts for more details on how the
|
||||||
* arguments are interpreted.
|
* arguments are interpreted.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full) a new #GSimpleProxyResolver
|
* Returns: (transfer full): a new #GSimpleProxyResolver
|
||||||
*
|
*
|
||||||
* Since: 2.36
|
* Since: 2.36
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user