gio-0.13.2.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.

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.