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:
Matthias Clasen
2017-05-02 07:23:32 -04:00
parent f340354861
commit 6ddfd516e6
2 changed files with 9 additions and 2 deletions

View File

@@ -38,6 +38,10 @@
* #GProxyResolver provides synchronous and asynchronous network proxy
* resolution. #GProxyResolver is used within #GSocketClient through
* 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.
*/
/**