Method
HexDocumentcompare_data_full
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 |
HexDocumentFindData |
A |
|
The data is owned by the caller of the function. | |
pos |
gint64 |
Offset position of the |