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.

  1. class (GObject o, IsDescendantOf UnixMountMonitor o) => IsUnixMountMonitor o

    gi-gio GI.Gio.Objects.UnixMountMonitor

    Type class for types which can be safely cast to UnixMountMonitor, for instance with toUnixMountMonitor.

  2. newtype UnixMountMonitor

    gi-gio GI.Gio.Objects.UnixMountMonitor

    Memory-managed wrapper type.

  3. UnixMountMonitor :: ManagedPtr UnixMountMonitor -> UnixMountMonitor

    gi-gio GI.Gio.Objects.UnixMountMonitor

    No documentation available.

  4. type UnixMountMonitorMountpointsChangedCallback = IO ()

    gi-gio GI.Gio.Objects.UnixMountMonitor

    Emitted when the unix mount points have changed.

  5. type UnixMountMonitorMountsChangedCallback = IO ()

    gi-gio GI.Gio.Objects.UnixMountMonitor

    Emitted when the unix mounts have changed.

  6. afterUnixMountMonitorMountpointsChanged :: (IsUnixMountMonitor a, MonadIO m) => a -> ((?self :: a) => UnixMountMonitorMountpointsChangedCallback) -> m SignalHandlerId

    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.

  7. afterUnixMountMonitorMountsChanged :: (IsUnixMountMonitor a, MonadIO m) => a -> ((?self :: a) => UnixMountMonitorMountsChangedCallback) -> m SignalHandlerId

    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.

  8. onUnixMountMonitorMountpointsChanged :: (IsUnixMountMonitor a, MonadIO m) => a -> ((?self :: a) => UnixMountMonitorMountpointsChangedCallback) -> m SignalHandlerId

    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
    

  9. onUnixMountMonitorMountsChanged :: (IsUnixMountMonitor a, MonadIO m) => a -> ((?self :: a) => UnixMountMonitorMountsChangedCallback) -> m SignalHandlerId

    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
    

  10. toUnixMountMonitor :: (MonadIO m, IsUnixMountMonitor o) => o -> m UnixMountMonitor

    gi-gio GI.Gio.Objects.UnixMountMonitor

    Cast to UnixMountMonitor, for types for which this is known to be safe. For general casts, use castTo.

Page 168 of many | Previous | Next