backward_finish2
Description:
[ Version ( since = "3.22" ) ]
public bool backward_finish2 (AsyncResult result, out TextIter match_start, out TextIter match_end, out bool has_wrapped_around) throws Error
public bool backward_finish2 (AsyncResult result, out TextIter match_start, out TextIter match_end, out bool has_wrapped_around) throws Error
Finishes a backward search started with backward_async .
See the documentation of backward2 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. |