GArrowFile — File interface
GInterface ╰── GArrowFile
GArrowFile is an interface for file.
gboolean garrow_file_close (GArrowFile *file, GError **error);
GArrowFile *file
GError **error
file
A GArrowFile.
error
Return location for a GError or NULL.
NULL
TRUE on success, FALSE if there was an error.
TRUE
FALSE
gint64 garrow_file_tell (GArrowFile *file, GError **error);
The current offset on success, -1 if there was an error.
GArrowFileMode garrow_file_get_mode (GArrowFile *file);
The mode of the file.