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. unixMountGuessCanEject :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Bool

    gi-gio GI.Gio.Functions

    Guesses whether a Unix mount can be ejected.

  2. unixMountGuessIcon :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Icon

    gi-gio GI.Gio.Functions

    Guesses the icon of a Unix mount.

  3. unixMountGuessName :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Text

    gi-gio GI.Gio.Functions

    Guesses the name of a Unix mount. The result is a translated string.

  4. unixMountGuessShouldDisplay :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Bool

    gi-gio GI.Gio.Functions

    Guesses whether a Unix mount should be displayed in the UI.

  5. unixMountGuessSymbolicIcon :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Icon

    gi-gio GI.Gio.Functions

    Guesses the symbolic icon of a Unix mount. Since: 2.34

  6. unixMountIsReadonly :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Bool

    gi-gio GI.Gio.Functions

    Checks if a unix mount is mounted read only.

  7. unixMountIsSystemInternal :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Bool

    gi-gio GI.Gio.Functions

    Checks if a Unix mount is a system mount. This is the Boolean OR of unixIsSystemFsType, unixIsSystemDevicePath and unixIsMountPathSystemInternal on mountEntry’s properties. The definition of what a ‘system’ mount entry is may change over time as new file system types and device paths are ignored.

  8. unixMountPointsChangedSince :: (HasCallStack, MonadIO m) => Word64 -> m Bool

    gi-gio GI.Gio.Functions

    Checks if the unix mount points have changed since a given unix time.

  9. unixMountPointsGet :: (HasCallStack, MonadIO m) => m ([UnixMountPoint], Word64)

    gi-gio GI.Gio.Functions

    Gets a List of UnixMountPoint containing the unix mount points. If timeRead is set, it will be filled with the mount timestamp, allowing for checking if the mounts have changed with unixMountPointsChangedSince.

  10. unixMountsChangedSince :: (HasCallStack, MonadIO m) => Word64 -> m Bool

    gi-gio GI.Gio.Functions

    Checks if the unix mounts have changed since a given unix time.

Page 159 of many | Previous | Next