WebKitFindController

Controls text search in a #WebKitWebView.

A #WebKitFindController is used to search text in a #WebKitWebView. You can get a #WebKitWebView<!-- -->'s #WebKitFindController with webkit.web_view.WebView.getFindController, and later use it to search for text using webkit.find_controller.FindController.search, or get the number of matches using webkit.find_controller.FindController.countMatches. The operations are asynchronous and trigger signals when ready, such as #WebKitFindController::found-text, #WebKitFindController::failed-to-find-text or #WebKitFindController::counted-matches<!-- -->.

struct WebKitFindController