gio-0.12.0: Binding to the GIO.

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

System.GIO.File.IOError

Contents

Description

 

Synopsis

Details

Contains helper functions for reporting errors to the user.

Enums

Methods

ioErrorFromErrnoSource

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.