close_checked


Description:

[ Version ( since = "2.36" ) ]
[ CCode ( cname = "g_close" ) ]
public bool close_checked (int fd) throws FileError

This wraps the close call; in case of error, errno will be preserved, but the error will also be stored as a Error in throws.

Besides using Error, there is another major reason to prefer this function over the call provided by the system; on Unix, it will attempt to correctly handle eintr, which has platform-specific semantics.

Parameters:

fd

A file descriptor

Returns:

true on success, false if there was an error.


Namespace: GLib.FileUtils
Package: glib-2.0



2022 vala-language.org