Method

HexDocumentfind_forward_full

Declaration

gboolean
hex_document_find_forward_full (
  HexDocument* doc,
  HexDocumentFindData* find_data
)

Description

Full version of hex_document_find_forward() which allows for more flexibility than the above, which is only for a byte-by-byte exact match. However, it is less convenient to call since the caller must create and and free a HexDocumentFindData structure manually.

This method will block. For a non-blocking version, use hex_document_find_forward_async().

Available since:4.2

Parameters

find_data HexDocumentFindData
 

A HexDocumentFindData structure.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the search string contained in find_data was found by the requested operation; FALSE otherwise.