WebKit2.FindController::counted-matches

connect('counted-matches', function (findController, match_count: Number(guint), ): void);
  

This signal is emitted when the WebKit2.FindController has counted the number of matches for a given text after a call to WebKit2.FindController.prototype.count_matches.

findController

instance of WebKit2.FindController that is emitting the signal

match_count

the number of matches of the search text