Synchronous backward search. It is recommended to use the asynchronous functions instead, to not block the user interface. However, if you are sure that the @buffer is small, this function is more convenient to use.
start of search.
return location for start of match, or %NULL.
return location for end of match, or %NULL.
whether a match was found.
Deprecated: Use gtk_source_search_context_backward2() instead.
3.10
See Implementation
Synchronous backward search. It is recommended to use the asynchronous functions instead, to not block the user interface. However, if you are sure that the @buffer is small, this function is more convenient to use.