Virtual Method

HexBufferread

Declaration

gboolean
read (
  HexBuffer* self
)

Description

Read the GFile, previously set, into the buffer. This method will block until the operation is complete. For a non-blocking version, use hex_buffer_read_async().

Return value

Type: gboolean

TRUE if the operation was successful; FALSE otherwise.