Method
GtkSourceSearchContextbackward_finish
Declaration
gboolean
gtk_source_search_context_backward_finish (
GtkSourceSearchContext* search,
GAsyncResult* result,
GtkTextIter* match_start,
GtkTextIter* match_end,
gboolean* has_wrapped_around,
GError** error
)
Description
Finishes a backward search started with
gtk_source_search_context_backward_async()
.
See the documentation of gtk_source_search_context_backward()
for more details.
Parameters
result |
GAsyncResult* |
A |
|
The data is owned by the caller of the function. | |
match_start |
GtkTextIter* |
Return location for start of match, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
match_end |
GtkTextIter* |
Return location for end of match, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
has_wrapped_around |
gboolean* |
Return location to know whether the
search has wrapped around, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |