| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Gio.Structs.UnixMountEntry
Contents
Description
Defines a Unix mount entry (e.g. <filename>/media/cdrom</filename>). This corresponds roughly to a mtab entry.
Synopsis
- newtype UnixMountEntry = UnixMountEntry (ManagedPtr UnixMountEntry)
Exported types
newtype UnixMountEntry Source #
Memory-managed wrapper type.
Constructors
| UnixMountEntry (ManagedPtr UnixMountEntry) |
Instances
| Eq UnixMountEntry Source # | |
Defined in GI.Gio.Structs.UnixMountEntry Methods (==) :: UnixMountEntry -> UnixMountEntry -> Bool # (/=) :: UnixMountEntry -> UnixMountEntry -> Bool # | |
| GBoxed UnixMountEntry Source # | |
Defined in GI.Gio.Structs.UnixMountEntry | |
| ManagedPtrNewtype UnixMountEntry Source # | |
Defined in GI.Gio.Structs.UnixMountEntry Methods toManagedPtr :: UnixMountEntry -> ManagedPtr UnixMountEntry | |
| TypedObject UnixMountEntry Source # | |
Defined in GI.Gio.Structs.UnixMountEntry | |
| HasParentTypes UnixMountEntry Source # | |
Defined in GI.Gio.Structs.UnixMountEntry | |
| IsGValue (Maybe UnixMountEntry) Source # | Convert |
Defined in GI.Gio.Structs.UnixMountEntry Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe UnixMountEntry -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe UnixMountEntry) | |
| type ParentTypes UnixMountEntry Source # | |
Defined in GI.Gio.Structs.UnixMountEntry | |