mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-28 11:54:15 +02:00
Merge branch 'unix-mounts-docs' into 'main'
gunixmounts: Clarify GUnixMountMonitor documentation and convert to gi-docgen linking syntax Closes #3569 See merge request GNOME/glib!4447
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user