gi-gio-2.0.32: Gio bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gio.Structs.UnixMountEntry

Description

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.

Constructors

UnixMountEntry (ManagedPtr UnixMountEntry) 

Instances

Instances details
Eq UnixMountEntry Source # 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

GBoxed UnixMountEntry Source # 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

ManagedPtrNewtype UnixMountEntry Source # 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

TypedObject UnixMountEntry Source # 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

Methods

glibType :: IO GType

HasParentTypes UnixMountEntry Source # 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

IsGValue (Maybe UnixMountEntry) Source #

Convert UnixMountEntry to and from GValue. See toGValue and fromGValue.

Instance details

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 # 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

type ParentTypes UnixMountEntry = '[] :: [Type]

Methods