gunixmounts: Convert docs to gi-docgen linking syntax

Improve formatting while I’m there, and try and ensure all the docs in
these two files matches the
[guidelines](https://developer.gnome.org/documentation/guidelines/devel-docs.html#writing-api-references).

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3250
This commit is contained in:
Philip Withnall 2024-12-20 15:11:41 +00:00
parent 12f969eb79
commit 46160f9aad
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA
2 changed files with 290 additions and 295 deletions

File diff suppressed because it is too large Load Diff

View File

@ -55,7 +55,14 @@ GType g_unix_mount_point_get_type (void) G_GNUC_CONST;
/**
* GUnixMountMonitor:
*
* Watches #GUnixMounts for changes.
* Watches for changes to the set of mount entries and mount points in the
* system.
*
* Connect to the [signal@GioUnix.MountMonitor::mounts-changed] signal to be
* notified of changes to the [struct@GioUnix.MountEntry] list.
*
* Connect to the [signal@GioUnix.MountMonitor::mountpoints-changed] signal to
* be notified of changes to the [struct@GioUnix.MountPoint] list.
**/
typedef struct _GUnixMountMonitor GUnixMountMonitor;
typedef struct _GUnixMountMonitorClass GUnixMountMonitorClass;