mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
docs: Move the GNetworkMonitor SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
ffff217a9d
commit
e044045ea4
@ -31,24 +31,14 @@
|
|||||||
#include "gtask.h"
|
#include "gtask.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gnetworkmonitor
|
* GNetworkMonitor:
|
||||||
* @title: GNetworkMonitor
|
|
||||||
* @short_description: Network status monitor
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
*
|
||||||
* #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
|
* for monitoring network connectivity. On Linux, the available
|
||||||
* implementations are based on the kernel's netlink interface and
|
* implementations are based on the kernel's netlink interface and
|
||||||
* on NetworkManager.
|
* on NetworkManager.
|
||||||
*
|
*
|
||||||
* There is also an implementation for use inside Flatpak sandboxes.
|
* 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
|
* Since: 2.32
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user