Method

GtkSourceSearchContextforward_async

Declaration [src]

void
gtk_source_search_context_forward_async (
  GtkSourceSearchContext* search,
  const GtkTextIter* iter,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

The asynchronous version of gtk_source_search_context_forward().

See the GAsyncResult documentation to know how to use this function.

If the operation is cancelled, the callback will only be called if cancellable was not NULL. The method takes ownership of cancellable, so you can unref it after calling this function.

Parameters

iter const GtkTextIter*
 

Start of search.

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

A GCancellable, or NULL.

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

A GAsyncReadyCallback to call when the operation is finished.

user_data gpointer
 

The data to pass to the callback function.