SearchContext.forwardAsync

The asynchronous version of gtksource.search_context.SearchContext.forward.

See the gio.async_result.AsyncResult 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 gtk.text_iter.TextIter

start of search.

cancellable gio.cancellable.Cancellable

a #GCancellable, or null.

callback gio.types.AsyncReadyCallback

a #GAsyncReadyCallback to call when the operation is finished.