gIoErrorFromErrno {RGtk2}R Documentation

gIoErrorFromErrno

Description

Converts errno.h error codes into GIO error codes.

Usage

gIoErrorFromErrno(err.no)

Arguments

err.no

Error number as defined in errno.h.

Value

[GIOErrorEnum] GIOErrorEnum value for the given errno.h error number.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]