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
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 | |
| result |
a AsyncResult. |
| match_start |
return location for start of match, or |
| match_end |
return location for end of match, or |
| has_wrapped_around |
return location to know whether the search has wrapped around, or |
Returns:
|
whether a match was found. |