From bea92c488224ba98ed33b6271d38c517f2ccba09 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 24 Oct 2023 10:55:55 +0100 Subject: [PATCH] docs: Move the GProxyAddress SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gproxyaddress.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/gio/gproxyaddress.c b/gio/gproxyaddress.c index 764e6f5d7..f600c91e2 100644 --- a/gio/gproxyaddress.c +++ b/gio/gproxyaddress.c @@ -29,21 +29,13 @@ #include "gproxyaddress.h" #include "glibintl.h" -/** - * SECTION:gproxyaddress - * @short_description: An internet address with proxy information - * @include: gio/gio.h - * - * Support for proxied #GInetSocketAddress. - */ - /** * GProxyAddress: * - * A #GInetSocketAddress representing a connection via a proxy server + * A [class@Gio.InetSocketAddress] representing a connection via a proxy server. * * Since: 2.26 - **/ + */ /** * GProxyAddressClass: