Method
HexDocumentcompare_data
Declaration
int
hex_document_compare_data (
  HexDocument* doc,
  const char* what,
  gint64 pos,
  size_t len
)
Parameters
- what
- 
            Type: An array of gint8A pointer to the data to compare to data within the HexDocument.The length of the array is specified in the lenargument.The data is owned by the caller of the method. 
- pos
- 
            Type: gint64Offset position of the HexDocumentdata to compare withwhat.
- len
- 
            Type: size_tSize of the HexDocumentdata to compare withwhat, in bytes.