forward_finish2


Description:

[ Version ( since = "3.22" ) ]
public bool forward_finish2 (AsyncResult result, out TextIter match_start, out TextIter match_end, out bool has_wrapped_around) throws Error

Finishes a forward search started with forward_async .

See the documentation of forward2 for more details.

Parameters:

this

a SourceSearchContext.

result

a AsyncResult.

match_start

return location for start of match, or null.

match_end

return location for end of match, or null.

has_wrapped_around

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

Returns:

whether a match was found.