Method
HexDocumentcompare_data
Declaration
int
hex_document_compare_data (
HexDocument* doc,
const char* what,
gint64 pos,
size_t len
)
Parameters
what |
An array of char |
A pointer to the data to compare to data within
the |
|
The length of the array is specified in the len argument. | |
The data is owned by the caller of the function. | |
Each element is a NUL terminated UTF-8 string. | |
pos |
gint64 |
Offset position of the |
|
len |
size_t |
Size of the |