countMatches
fun countMatches(searchText: String, findOptions: <Error class: unknown class>, maxMatchCount: <Error class: unknown class>)
Counts the number of matches for @search_text.
Counts the number of matches for @search_text found in the #WebKitWebView with the provided @find_options. The number of matches will be provided by the #WebKitFindController::counted-matches signal.
Parameters
searchText
the text to look for
findOptions
a bitmask with the #WebKitFindOptions used in the search
maxMatchCount
the maximum number of matches allowed in the search