summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-19 09:23:37 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-19 09:23:37 +0100
commita83743e96f33b2bd06e7b9b72e739708fc76fe09 (patch)
tree83351045442a1f0e64fc3d5a74e5232debff057b
parent251384c253748ca630b209ddb60279ca29aa6df4 (diff)
downloadglibmm-a83743e96f33b2bd06e7b9b72e739708fc76fe09.tar.gz
Gio::NetworkManager: Add class documentation
-rw-r--r--gio/src/networkmonitor.hg10
1 files changed, 8 insertions, 2 deletions
diff --git a/gio/src/networkmonitor.hg b/gio/src/networkmonitor.hg
index c3d75c94..9c39588f 100644
--- a/gio/src/networkmonitor.hg
+++ b/gio/src/networkmonitor.hg
@@ -33,8 +33,14 @@ namespace Gio
_WRAP_ENUM(NetworkConnectivity, GNetworkConnectivity)
-
-/** TODO
+/** Network status monitor.
+ *
+ * %Gio::NetworkMonitor provides an easy-to-use cross-platform API
+ * for monitoring network connectivity. On Linux, the available
+ * implementations are based on the kernel's netlink interface and
+ * on NetworkManager.
+ *
+ * There is also an implementation for use inside Flatpak sandboxes.
*
* @newin{2,44}
*/