mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
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:
parent
12f969eb79
commit
46160f9aad
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user