Method

HexDocumentfind_forward_full_async

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

Parameters

find_data HexDocumentFindData
 

A HexDocumentFindData structure.

 The data is owned by the caller of the function.
cancellable GCancellable
 

A GCancellable.

 The argument can be NULL.
 The data is owned by the caller of the function.
callback GAsyncReadyCallback
 

Function to be called when the operation is complete.

 The argument can be NULL.
user_data gpointer
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.