Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class (GObject o, IsDescendantOf UnixMountMonitor o) =>
IsUnixMountMonitor ogi-gio GI.Gio.Objects.UnixMountMonitor Type class for types which can be safely cast to UnixMountMonitor, for instance with toUnixMountMonitor.
-
gi-gio GI.Gio.Objects.UnixMountMonitor Memory-managed wrapper type.
UnixMountMonitor :: ManagedPtr UnixMountMonitor -> UnixMountMonitorgi-gio GI.Gio.Objects.UnixMountMonitor No documentation available.
type
UnixMountMonitorMountpointsChangedCallback = IO ()gi-gio GI.Gio.Objects.UnixMountMonitor Emitted when the unix mount points have changed.
type
UnixMountMonitorMountsChangedCallback = IO ()gi-gio GI.Gio.Objects.UnixMountMonitor Emitted when the unix mounts have changed.
-
gi-gio GI.Gio.Objects.UnixMountMonitor Connect a signal handler for the mountpointsChanged signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after unixMountMonitor #mountpointsChanged callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gio GI.Gio.Objects.UnixMountMonitor Connect a signal handler for the mountsChanged signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after unixMountMonitor #mountsChanged callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gio GI.Gio.Objects.UnixMountMonitor Connect a signal handler for the mountpointsChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on unixMountMonitor #mountpointsChanged callback
-
gi-gio GI.Gio.Objects.UnixMountMonitor Connect a signal handler for the mountsChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on unixMountMonitor #mountsChanged callback
toUnixMountMonitor :: (MonadIO m, IsUnixMountMonitor o) => o -> m UnixMountMonitorgi-gio GI.Gio.Objects.UnixMountMonitor Cast to UnixMountMonitor, for types for which this is known to be safe. For general casts, use castTo.