WebKit2.FindController::failed-to-find-text
connect('failed-to-find-text', function (findController, ): void);
This signal is emitted when a search operation does not find any result for the given text. It will be issued if the text is not 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