gi-gio-2.0.27: Gio bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
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

IsGValue UnixMountEntry Source #

Convert UnixMountEntry to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gio.Structs.UnixMountEntry

Methods

toGValue :: UnixMountEntry -> IO GValue

fromGValue :: GValue -> IO UnixMountEntry

HasParentTypes UnixMountEntry Source # 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

type ParentTypes UnixMountEntry Source # 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

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

Methods

Overloaded methods