Method

HexDocumentwrite_to_file

Declaration

gboolean
hex_document_write_to_file (
  HexDocument* doc,
  GFile* file
)

Description

Write the buffer to file. This can be used for a ‘Save As’ operation.

This operation will block.

Parameters

file GFile
 

GFile to be written to.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the operation was successful; FALSE otherwise.