Method
GtkSourceSearchContextbackward_async
Declaration [src]
void
gtk_source_search_context_backward_async (
GtkSourceSearchContext* search,
const GtkTextIter* iter,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
The asynchronous version of gtk_source_search_context_backward().
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 |
GtkTextIter |
Start of search. |
|
| The data is owned by the caller of the function. | |
cancellable |
GCancellable |
A |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A |
|
The argument can be NULL. | |
user_data |
gpointer |
The data to pass to the |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |