GArrowFile
GArrowFile — File interface
|
|
Functions
garrow_file_close ()
gboolean
garrow_file_close (GArrowFile *file
,
GError **error
);
Returns
TRUE
on success, FALSE
if there was an error.
garrow_file_tell ()
gint64
garrow_file_tell (GArrowFile *file
,
GError **error
);
Returns
The current offset on success, -1 if there was an error.