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 |
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.
Instances
Eq UnixMountEntry Source # | |
Defined in GI.Gio.Structs.UnixMountEntry (==) :: UnixMountEntry -> UnixMountEntry -> Bool # (/=) :: UnixMountEntry -> UnixMountEntry -> Bool # | |
GBoxed UnixMountEntry Source # | |
Defined in GI.Gio.Structs.UnixMountEntry | |
ManagedPtrNewtype UnixMountEntry Source # | |
Defined in GI.Gio.Structs.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 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 |