Virtual Method

HexBufferwrite_to_file

Declaration

gboolean
write_to_file (
  HexBuffer* self,
  GFile* file
)

Description

Write the buffer to the GFile specified. This operation will block. For a non-blocking version, use hex_buffer_write_to_file_async().

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.