Class

GioUnixMountMonitor

Description

final class Gio.UnixMountMonitor : GObject.Object {
  /* No available fields */
}

Watches GUnixMounts for changes.

Ancestors

Constructors

g_unix_mount_monitor_new

Deprecated alias for g_unix_mount_monitor_get().

deprecated: 2.44 

Functions

g_unix_mount_monitor_get

Gets the GUnixMountMonitor for the current thread-default main context.

since: 2.44

Instance methods

g_unix_mount_monitor_set_rate_limit

This function does nothing.

deprecated: 2.44 since: 2.18

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Gio.UnixMountMonitor::mountpoints-changed

Emitted when the unix mount points have changed.

Gio.UnixMountMonitor::mounts-changed

Emitted when the unix mounts have changed.

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GioUnixMountMonitorClass {
  /* no available fields */
}
No description available.