WebKit2.FindController::found-text
connect('found-text', function (findController, match_count: Number(guint), ): void);
This signal is emitted when a given text is found in the web page text. It will be issued if the text is found asynchronously after a call to WebKit2.FindController.prototype.search, WebKit2.FindController.prototype.search_next or WebKit2.FindController.prototype.search_previous.
- findController
instance of WebKit2.FindController that is emitting the signal
- match_count
the number of matches found of the search text