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. UnixMountEntry :: ManagedPtr UnixMountEntry -> UnixMountEntry

    gi-gio GI.Gio.Structs.UnixMountEntry

    No documentation available.

  2. module GI.Gio.Structs.UnixMountPoint

    Defines a Unix mount point (e.g. <filename>/dev</filename>). This corresponds roughly to a fstab entry.

  3. newtype UnixMountPoint

    gi-gio GI.Gio.Structs.UnixMountPoint

    Memory-managed wrapper type.

  4. UnixMountPoint :: ManagedPtr UnixMountPoint -> UnixMountPoint

    gi-gio GI.Gio.Structs.UnixMountPoint

    No documentation available.

  5. unixMountPointAt :: (HasCallStack, MonadIO m) => [Char] -> m (Maybe UnixMountPoint, Word64)

    gi-gio GI.Gio.Structs.UnixMountPoint

    Gets a UnixMountPoint for a given mount path. If timeRead is set, it will be filled with a unix timestamp for checking if the mount points have changed since with unixMountPointsChangedSince. If more mount points have the same mount path, the last matching mount point is returned. Since: 2.66

  6. unixMountPointCompare :: (HasCallStack, MonadIO m) => UnixMountPoint -> UnixMountPoint -> m Int32

    gi-gio GI.Gio.Structs.UnixMountPoint

    Compares two unix mount points.

  7. unixMountPointCopy :: (HasCallStack, MonadIO m) => UnixMountPoint -> m UnixMountPoint

    gi-gio GI.Gio.Structs.UnixMountPoint

    Makes a copy of mountPoint. Since: 2.54

  8. unixMountPointFree :: (HasCallStack, MonadIO m) => UnixMountPoint -> m ()

    gi-gio GI.Gio.Structs.UnixMountPoint

    Frees a unix mount point.

  9. unixMountPointGetDevicePath :: (HasCallStack, MonadIO m) => UnixMountPoint -> m [Char]

    gi-gio GI.Gio.Structs.UnixMountPoint

    Gets the device path for a unix mount point.

  10. unixMountPointGetFsType :: (HasCallStack, MonadIO m) => UnixMountPoint -> m Text

    gi-gio GI.Gio.Structs.UnixMountPoint

    Gets the file system type for the mount point.

Page 173 of many | Previous | Next