Gio.io_error_from_errno
function io_error_from_errno(err_no: Number(gint)): Gio.IOErrorEnum {
// Gjs wrapper for g_io_error_from_errno()
}
Converts errno.h error codes into GIO error codes.
- err_no
Error number as defined in errno.h.
- Returns
Gio.IOErrorEnum value for the given errno.h error number.