Method

HexBufferwrite_to_file

Declaration

gboolean
hex_buffer_write_to_file (
  HexBuffer* self,
  GFile* file
)

Description

Write the buffer to the GFile specified. This operation will block.

Parameters

file GFile
 

GFile to write to.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the operation was successful; FALSE otherwise.