FindController
Object Hierarchy:
Description:
Controls text search in a WebView.
A FindController is used to search text in a WebView . You can get a WebView<!-- -->'s FindController with get_find_controller, and later use it to search for text using search, or get the number of matches using count_matches. The operations are asynchronous and trigger signals when ready, such as found_text, failed_to_find_text or counted_matches<!-- -->.
Namespace: WebKit
Package: webkit2gtk-4.1
Content:
Properties:
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Object