summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}
*/