Same as gtk.text_iter.TextIter.forwardSearch, but moves backward.
match_end will never be set to a gtk.text_iter.TextIter located after iter, even if there is a possible match_start before or at iter.
search string
bitmask of flags affecting the search
return location for start of match
return location for end of match
location of last possible match_start, or null for start of buffer
whether a match was found
Same as gtk.text_iter.TextIter.forwardSearch, but moves backward.
match_end will never be set to a gtk.text_iter.TextIter located after iter, even if there is a possible match_start before or at iter.