mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
docs: Move the GProxyResolver SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
7b32b5a9f0
commit
dfab5a3d29
@ -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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user