| Top |
| guint | max-match-count | Read |
| WebKitFindOptions | options | Read |
| gchar * | text | Read |
| WebKitWebView * | web-view | Read / Write / Construct Only |
void webkit_find_controller_search (WebKitFindController *find_controller,const gchar *search_text,guint32 find_options,guint max_match_count);
void
webkit_find_controller_search_finish (WebKitFindController *find_controller);
void
webkit_find_controller_search_next (WebKitFindController *find_controller);
void
webkit_find_controller_search_previous
(WebKitFindController *find_controller);
const gchar *
webkit_find_controller_get_search_text
(WebKitFindController *find_controller);
void webkit_find_controller_count_matches (WebKitFindController *find_controller,const gchar *search_text,guint32 find_options,guint max_match_count);
guint32
webkit_find_controller_get_options (WebKitFindController *find_controller);
guint
webkit_find_controller_get_max_match_count
(WebKitFindController *find_controller);
WebKitWebView *
webkit_find_controller_get_web_view (WebKitFindController *find_controller);
Enum values used to specify search options.
“max-match-count” property“max-match-count” guint
The maximum number of matches in a given text to report.
Flags: Read
Default value: 0
“options” property“options” WebKitFindOptions
Search options to be used in the search operation.
Flags: Read
“web-view” property“web-view” WebKitWebView *
The WebView associated with this find controller.
Flags: Read / Write / Construct Only
“counted-matches” signalvoid user_function (WebKitFindController *webkitfindcontroller, guint arg1, gpointer user_data)
Flags: Run Last
“failed-to-find-text” signalvoid user_function (WebKitFindController *webkitfindcontroller, gpointer user_data)
Flags: Run Last
“found-text” signalvoid user_function (WebKitFindController *webkitfindcontroller, guint arg1, gpointer user_data)
Flags: Run Last