Method
HexDocumentcompare_data_full
since: 4.2
Declaration
int
hex_document_compare_data_full (
  HexDocument* doc,
  HexDocumentFindData* find_data,
  gint64 pos
)
Description
Full version of hex_document_compare_data() to allow data
comparisons broader than byte-for-byte matches only. However, it is
less convenient than the above since it requires the caller to allocate
and free a HexDocumentFindData structure.
Available since: 4.2
Parameters
- find_data
- 
            Type: HexDocumentFindDataA HexDocumentFindDatastructure.The data is owned by the caller of the function. 
- pos
- 
            Type: gint64Offset position of the HexDocumentdata to compare with the string contained in thefind_datastructure.