SourceSearchContext.backwardAsync

Asynchronous backward search. 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. gtk_source_search_context_backward_async() takes ownership of cancellable, so you can unref it after calling this function.

class SourceSearchContext
void
backwardAsync

Parameters

iter TextIter

start of search.

cancellable Cancellable

a GCancellable, or NULL. [allow-none]

callback GAsyncReadyCallback

a GAsyncReadyCallback to call when the operation is finished.

userData void*

the data to pass to the callback function. Since 3.10

Meta