gi-gio-2.0.25: 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

Contents

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
Eq UnixMountEntry Source # 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

BoxedObject UnixMountEntry Source # 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

Methods

boxedType :: UnixMountEntry -> 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

noUnixMountEntry :: Maybe UnixMountEntry Source #

A convenience alias for Nothing :: Maybe UnixMountEntry.

Methods

Overloaded methods