SearchContext.backwardFinish

Finishes a backward search started with gtksource.search_context.SearchContext.backwardAsync.

See the documentation of gtksource.search_context.SearchContext.backward for more details.

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult.

matchStart gtk.text_iter.TextIter

return location for start of match, or null.

matchEnd gtk.text_iter.TextIter

return location for end of match, or null.

hasWrappedAround bool

return location to know whether the search has wrapped around, or null.

Return Value

Type: bool

whether a match was found.