mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-13 14:05:05 +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"
|
#include "gnetworkingprivate.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gproxyresolver
|
* GProxyResolver:
|
||||||
* @short_description: Asynchronous and cancellable network proxy resolver
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
*
|
||||||
* #GProxyResolver provides synchronous and asynchronous network proxy
|
* `GProxyResolver` provides synchronous and asynchronous network proxy
|
||||||
* resolution. #GProxyResolver is used within #GSocketClient through
|
* resolution. `GProxyResolver` is used within [class@Gio.SocketClient] through
|
||||||
* the method g_socket_connectable_proxy_enumerate().
|
* the method [method@Gio.SocketConnectable.proxy_enumerate].
|
||||||
*
|
*
|
||||||
* Implementations of #GProxyResolver based on libproxy and GNOME settings can
|
* Implementations of `GProxyResolver` based on
|
||||||
* be found in glib-networking. GIO comes with an implementation for use inside
|
* [libproxy](https://github.com/libproxy/libproxy) and GNOME settings can be
|
||||||
* Flatpak portals.
|
* found in [glib-networking](https://gitlab.gnome.org/GNOME/glib-networking).
|
||||||
|
* GIO comes with an implementation for use inside Flatpak portals.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user