WebKit2.FindController.prototype.get_max_match_count
function get_max_match_count(): Number(guint) { // Gjs wrapper for webkit_find_controller_get_max_match_count() }
Gets the maximum number of matches to report during a text lookup. This number is passed as the last argument of WebKit2.FindController.prototype.search or WebKit2.FindController.prototype.count_matches.
- Returns
the maximum number of matches to report.