Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
Defines a Unix mount entry (e.g. <filename>/media/cdrom</filename>). This corresponds roughly to a mtab entry.
Synopsis
Exported types
newtype UnixMountEntry Source #
Memory-managed wrapper type.
Instances
Eq UnixMountEntry Source # | |
Defined in GI.Gio.Structs.UnixMountEntry (==) :: UnixMountEntry -> UnixMountEntry -> Bool # (/=) :: UnixMountEntry -> UnixMountEntry -> Bool # | |
BoxedObject UnixMountEntry Source # | |
Defined in GI.Gio.Structs.UnixMountEntry boxedType :: UnixMountEntry -> IO GType # | |
IsGValue UnixMountEntry Source # | Convert |
Defined in GI.Gio.Structs.UnixMountEntry toGValue :: UnixMountEntry -> IO GValue # fromGValue :: GValue -> IO UnixMountEntry # |
noUnixMountEntry :: Maybe UnixMountEntry Source #
A convenience alias for Nothing
:: Maybe
UnixMountEntry
.