Method
HexDocumentfind_forward_full_async
since: 4.2
Declaration
void
hex_document_find_forward_full_async (
HexDocument* doc,
HexDocumentFindData* find_data,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Non-blocking version of hex_document_find_forward_full().
Available since: 4.2
This method completes asynchronously. Use hex_document_find_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
find_data-
Type:
HexDocumentFindDataA
HexDocumentFindDatastructure.The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellable.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackFunction to be called when the operation is complete.
The argument can be NULL. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method.