Class: Gio::UnixMountMonitor

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#newGio::UnixMountMonitor

Deprecated alias for g_unix_mount_monitor_get().

This function was never a true constructor, which is why it was renamed.

Returns:

#rate_limit=(limit_msec) ⇒ nil

This function does nothing.

Before 2.44, this was a partially-effective way of controlling the rate at which events would be reported under some uncommon circumstances. Since mount_monitor is a singleton, it also meant that calling this function would have side effects for other users of the monitor.

Parameters:

  • limit_msec (Integer)

    a integer with the limit in milliseconds to poll for changes.

Returns:

  • (nil)