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.
unixMountGuessCanEject :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Boolgi-gio GI.Gio.Functions Guesses whether a Unix mount can be ejected.
unixMountGuessIcon :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Icongi-gio GI.Gio.Functions Guesses the icon of a Unix mount.
unixMountGuessName :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Textgi-gio GI.Gio.Functions Guesses the name of a Unix mount. The result is a translated string.
unixMountGuessShouldDisplay :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Boolgi-gio GI.Gio.Functions Guesses whether a Unix mount should be displayed in the UI.
unixMountGuessSymbolicIcon :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Icongi-gio GI.Gio.Functions Guesses the symbolic icon of a Unix mount. Since: 2.34
unixMountIsReadonly :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Boolgi-gio GI.Gio.Functions Checks if a unix mount is mounted read only.
unixMountIsSystemInternal :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Boolgi-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.
unixMountPointsChangedSince :: (HasCallStack, MonadIO m) => Word64 -> m Boolgi-gio GI.Gio.Functions Checks if the unix mount points have changed since a given unix time.
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.
unixMountsChangedSince :: (HasCallStack, MonadIO m) => Word64 -> m Boolgi-gio GI.Gio.Functions Checks if the unix mounts have changed since a given unix time.