FindController.countMatches

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.

class FindController
void
countMatches

Parameters

searchText string

the text to look for

findOptions uint

a bitmask with the #WebKitFindOptions used in the search

maxMatchCount uint

the maximum number of matches allowed in the search

Meta