ErrorGIO

Description Contains helper functions for reporting errors to the user.

Members

Static functions

fromErrno
GIOErrorEnum fromErrno(int errNo)

Converts errno.h error codes into GIO error codes.

fromWin32_Error
GIOErrorEnum fromWin32_Error(int errorCode)

Converts some common error codes into GIO error codes. The fallback value G_IO_ERROR_FAILED is returned for error codes not handled. Since 2.26

Meta