gio-0.13.6.0: Binding to GIO

Maintainergtk2hs-devel@lists.sourceforge.net Stability : alpha Portability : portable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

System.GIO.File.IOError

Contents

Description

 
Synopsis

Details

Contains helper functions for reporting errors to the user.

Enums

data IOErrorEnum Source #

Error codes returned by GIO functions.

Instances
Bounded IOErrorEnum Source # 
Instance details

Defined in System.GIO.Enums

Enum IOErrorEnum Source # 
Instance details

Defined in System.GIO.Enums

Eq IOErrorEnum Source # 
Instance details

Defined in System.GIO.Enums

Ord IOErrorEnum Source # 
Instance details

Defined in System.GIO.Enums

Show IOErrorEnum Source # 
Instance details

Defined in System.GIO.Enums

Methods

ioErrorFromErrno Source #

Arguments

:: Int

err Error number as defined in errno.h.

-> IO IOErrorEnum

returns IOErrorEnum value for the given errno.h error number.

Converts errno.h error codes into GIO error codes.