mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
Small documentation additions
The GNetworkMonitor docs were talking about one implementation, omitting the others. While fixing that, add a bit about implementations to the GProxyResolver docs too.
This commit is contained in:
parent
f340354861
commit
6ddfd516e6
@ -35,8 +35,11 @@
|
|||||||
* @include: gio/gio.h
|
* @include: gio/gio.h
|
||||||
*
|
*
|
||||||
* #GNetworkMonitor provides an easy-to-use cross-platform API
|
* #GNetworkMonitor provides an easy-to-use cross-platform API
|
||||||
* for monitoring network connectivity. On Linux, the implementation
|
* for monitoring network connectivity. On Linux, the available
|
||||||
* is based on the kernel's netlink interface.
|
* implementations are based on the kernel's netlink interface and
|
||||||
|
* on NetworkManager.
|
||||||
|
*
|
||||||
|
* There is also an implmeentation for use inside Flatpak sandboxes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -38,6 +38,10 @@
|
|||||||
* #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 #GSocketClient through
|
||||||
* the method g_socket_connectable_proxy_enumerate().
|
* the method g_socket_connectable_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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user