From d3d69cb8ba6f66ac3a746ceef23f59a3f43008aa Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 14 Oct 2023 18:11:46 +0100 Subject: [PATCH] docs: Fix annotations for GSimpleProxyResolver Drop "nullable" from the default-proxy property docblock, and correctly separate the annotation from the return value's description. --- gio/gsimpleproxyresolver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gsimpleproxyresolver.c b/gio/gsimpleproxyresolver.c index 8de26cb7b..d0480a814 100644 --- a/gio/gsimpleproxyresolver.c +++ b/gio/gsimpleproxyresolver.c @@ -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 */