Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type MountOperationShowProcessesCallback = Text -> [Int32] -> [Text] -> IO ()

    gi-gio GI.Gio.Objects.MountOperation

    Emitted when one or more processes are blocking an operation e.g. unmounting/ejecting a Mount or stopping a Drive. Note that this signal may be emitted several times to update the list of blocking processes as processes close files. The application should only respond with mountOperationReply to the latest signal (setting MountOperation:choice to the choice the user made). If the message contains a line break, the first line should be presented as a heading. For example, it may be used as the primary text in a GtkMessageDialog. Since: 2.22

  2. type MountOperationShowUnmountProgressCallback = Text -> Int64 -> Int64 -> IO ()

    gi-gio GI.Gio.Objects.MountOperation

    Emitted when an unmount operation has been busy for more than some time (typically 1.5 seconds). When unmounting or ejecting a volume, the kernel might need to flush pending data in its buffers to the volume stable storage, and this operation can take a considerable amount of time. This signal may be emitted several times as long as the unmount operation is outstanding, and then one last time when the operation is completed, with bytesLeft set to zero. Implementations of GMountOperation should handle this signal by showing an UI notification, and then dismiss it, or show another notification of completion, when bytesLeft reaches zero. If the message contains a line break, the first line should be presented as a heading. For example, it may be used as the primary text in a GtkMessageDialog. Since: 2.34

  3. afterMountOperationShowProcesses :: (IsMountOperation a, MonadIO m) => a -> ((?self :: a) => MountOperationShowProcessesCallback) -> m SignalHandlerId

    gi-gio GI.Gio.Objects.MountOperation

    Connect a signal handler for the showProcesses signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after mountOperation #showProcesses 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.

  4. afterMountOperationShowUnmountProgress :: (IsMountOperation a, MonadIO m) => a -> ((?self :: a) => MountOperationShowUnmountProgressCallback) -> m SignalHandlerId

    gi-gio GI.Gio.Objects.MountOperation

    Connect a signal handler for the showUnmountProgress signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after mountOperation #showUnmountProgress 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.

  5. onMountOperationShowProcesses :: (IsMountOperation a, MonadIO m) => a -> ((?self :: a) => MountOperationShowProcessesCallback) -> m SignalHandlerId

    gi-gio GI.Gio.Objects.MountOperation

    Connect a signal handler for the showProcesses signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on mountOperation #showProcesses callback
    

  6. onMountOperationShowUnmountProgress :: (IsMountOperation a, MonadIO m) => a -> ((?self :: a) => MountOperationShowUnmountProgressCallback) -> m SignalHandlerId

    gi-gio GI.Gio.Objects.MountOperation

    Connect a signal handler for the showUnmountProgress signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on mountOperation #showUnmountProgress callback
    

  7. traceShow :: Show a => a -> b -> b

    relude Relude.Debug

    Warning: traceShow remains in code

  8. traceShowId :: Show a => a -> a

    relude Relude.Debug

    Warning: traceShowId remains in code

  9. traceShowM :: (Show a, Applicative f) => a -> f ()

    relude Relude.Debug

    Warning: traceShowM remains in code

  10. traceShowWith :: Show b => (a -> b) -> a -> a

    relude Relude.Debug

    Warning: 'traceShowWith remains in code

Page 246 of many | Previous | Next