Method

HexDocumentget_buffer

Declaration

HexBuffer*
hex_document_get_buffer (
  HexDocument* doc
)

Description

Get the HexBuffer connected with the HexDocument.

Return value

Returns: HexBuffer
 

A pointer to the HexBuffer connected with the HexDocument, or NULL if no such interface is so connected.

 The data is owned by the instance.