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

System.GIO.File.IOError

Description

 
Synopsis

Details

Contains helper functions for reporting errors to the user.

Enums

data IOErrorEnum Source #

Error codes returned by GIO functions.

Instances

Instances details
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

Methods

(==) :: IOErrorEnum -> IOErrorEnum -> Bool

(/=) :: IOErrorEnum -> IOErrorEnum -> Bool

Ord IOErrorEnum Source # 
Instance details

Defined in System.GIO.Enums

Show IOErrorEnum Source # 
Instance details

Defined in System.GIO.Enums

Methods

showsPrec :: Int -> IOErrorEnum -> ShowS

show :: IOErrorEnum -> String

showList :: [IOErrorEnum] -> ShowS

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.