mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02: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:
@@ -35,8 +35,11 @@
|
||||
* @include: gio/gio.h
|
||||
*
|
||||
* #GNetworkMonitor provides an easy-to-use cross-platform API
|
||||
* for monitoring network connectivity. On Linux, the implementation
|
||||
* is based on the kernel's netlink interface.
|
||||
* for monitoring network connectivity. On Linux, the available
|
||||
* implementations are based on the kernel's netlink interface and
|
||||
* on NetworkManager.
|
||||
*
|
||||
* There is also an implmeentation for use inside Flatpak sandboxes.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user