gio.unix_mount_monitor
Module for [UnixMountMonitor] class
Types 3
Watches #GUnixMounts for changes.
Methods
UnixMountMonitorGidBuilder builder() static nothrowGet builder for [gio.unix_mount_monitor.UnixMountMonitor] Returns: New builder objectgio.unix_mount_monitor.UnixMountMonitor get() static nothrowGets the #GUnixMountMonitor for the current thread-default main context.gulong connectMountpointsChanged(T)(T callback, Flag!"After" after = No.After) if (isCallable!T
&& is(ReturnType!T == void)
&& (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : gio.unix_mount_monitor.UnixMountMonitor)))
&& Parameters!T.length < 2) nothrowConnect to `MountpointsChanged` signal.gulong connectMountsChanged(T)(T callback, Flag!"After" after = No.After) if (isCallable!T
&& is(ReturnType!T == void)
&& (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : gio.unix_mount_monitor.UnixMountMonitor)))
&& Parameters!T.length < 2) nothrowConnect to `MountsChanged` signal.Fluent builder implementation template for gio.unix_mount_monitor.UnixMountMonitor
Fluent builder for gio.unix_mount_monitor.UnixMountMonitor
Methods