TextIter.backwardSearch
bool backwardSearch(string str, gtk.types.TextSearchFlags flags, out gtk.text_iter.TextIter matchStart, out gtk.text_iter.TextIter matchEnd, gtk.text_iter.TextIter limit = null)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.
Parameters
str | search string |
flags | bitmask of flags affecting the search |
matchStart | return location for start of match |
matchEnd | return location for end of match |
limit | location of last possible match_start, or null for start of buffer |
Returns
whether a match was found