Function

HexBufferutil_get_file_size

Declaration

gint64
hex_buffer_util_get_file_size (
  GFile* file
)

Description

Utility function to obtain the size of a GFile.

Parameters

file

Type: GFile

File to obtain size of.

The data is owned by the caller of the function.

Return value

Type: gint64

The size of the file, in bytes.