Method
WebKit2FindControllercount_matches
Declaration [src]
void
webkit_find_controller_count_matches (
  WebKitFindController* find_controller,
  const gchar* search_text,
  guint32 find_options,
  guint max_match_count
)
Description [src]
Counts the number of matches for search_text.
Counts the number of matches for search_text found in the
WebKitWebView with the provided find_options. The number of
matches will be provided by the
WebKitFindController::counted-matches signal.
Parameters
| search_text | const gchar* | 
| The text to look for. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
| find_options | guint32 | 
| A bitmask with the  | |
| max_match_count | guint | 
| The maximum number of matches allowed in the search. |