From e044045ea4fefd6330f2f604f36f396da3958bd0 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 24 Oct 2023 10:53:48 +0100 Subject: [PATCH] docs: Move the GNetworkMonitor SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gnetworkmonitor.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/gio/gnetworkmonitor.c b/gio/gnetworkmonitor.c index f017b168b..754914e4b 100644 --- a/gio/gnetworkmonitor.c +++ b/gio/gnetworkmonitor.c @@ -31,24 +31,14 @@ #include "gtask.h" /** - * SECTION:gnetworkmonitor - * @title: GNetworkMonitor - * @short_description: Network status monitor - * @include: gio/gio.h + * GNetworkMonitor: * - * #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 available * implementations are based on the kernel's netlink interface and * on NetworkManager. * * There is also an implementation for use inside Flatpak sandboxes. - */ - -/** - * GNetworkMonitor: - * - * #GNetworkMonitor monitors the status of network connections and - * indicates when a possibly-user-visible change has occurred. * * Since: 2.32 */