gio-0.13.0.2: Binding to the GIO.

Maintainergtk2hs-devel@lists.sourceforge.net
Stabilityalpha
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

System.GIO.File.IOError

Contents

Description

 

Synopsis

Details

Contains helper functions for reporting errors to the user.

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.