[ CCode ( type_id = "webkit_find_controller_get_type ()" ) ]
public sealed class FindController : Object
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<!-- -->.