GioUnixMountMonitor

描述 [src]

final class GioUnix.MountMonitor : GObject.Object
{
  /* No available fields */
}

监视系统中的挂载条目和挂载点的集合更改。

连接到 GUnixMountMonitor::mounts-changed 信号以接收 GUnixMountEntry 列表更改的通知。

连接到 GUnixMountMonitor::mountpoints-changed 信号以接收 GUnixMountPoint 列表更改的通知。

祖先

构造函数

g_unix_mount_monitor_new

g_unix_mount_monitor_get() 的过时别名。

过时:2.44 

函数

g_unix_mount_monitor_get

获取当前线程默认主上下文中的 GUnixMountMonitor

since: 2.44

g_unix_mount_monitor_set_rate_limit

此函数不执行任何操作。

过时:2.44 since: 2.18

实例方法

GObject 继承的方法 (43)

请参阅 GObject 以获取方法列表的完整列表。

信号

gioUnix.MountMonitor::mountpoints-changed

当 Unix 挂载点发生变化时发出。

gioUnix.MountMonitor::mounts-changed

当 Unix 挂载条目发生变化时发出。

GObject 继承的信号 (1)
GObject::notify

当通过 g_object_set_property(), g_object_set(), 等,对一个对象的某个属性的值设置时,在对象上发出 notify 信号。

类结构

struct GioUnixMountMonitorClass {
  /* no available fields */
}

无可用描述。