From dfab5a3d298bbc7def124b4fa8e900eac5e780bd Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 25 Oct 2023 15:05:06 +0100 Subject: [PATCH] docs: Move the GProxyResolver SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gproxyresolver.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/gio/gproxyresolver.c b/gio/gproxyresolver.c index c24323404..c21fc8d26 100644 --- a/gio/gproxyresolver.c +++ b/gio/gproxyresolver.c @@ -36,17 +36,16 @@ #include "gnetworkingprivate.h" /** - * SECTION:gproxyresolver - * @short_description: Asynchronous and cancellable network proxy resolver - * @include: gio/gio.h + * GProxyResolver: * - * #GProxyResolver provides synchronous and asynchronous network proxy - * resolution. #GProxyResolver is used within #GSocketClient through - * the method g_socket_connectable_proxy_enumerate(). + * `GProxyResolver` provides synchronous and asynchronous network proxy + * resolution. `GProxyResolver` is used within [class@Gio.SocketClient] through + * the method [method@Gio.SocketConnectable.proxy_enumerate]. * - * Implementations of #GProxyResolver based on libproxy and GNOME settings can - * be found in glib-networking. GIO comes with an implementation for use inside - * Flatpak portals. + * Implementations of `GProxyResolver` based on + * [libproxy](https://github.com/libproxy/libproxy) and GNOME settings can be + * found in [glib-networking](https://gitlab.gnome.org/GNOME/glib-networking). + * GIO comes with an implementation for use inside Flatpak portals. */ /**