WebKit2.FindController::counted-matches (original) (raw)
WebKit2
API Version: 4.1
Library Version: 2.42.5
Type
Signals
Signal
WebKit2FindController::counted-matches
Declaration
void
counted_matches (
WebKitFindController* self,
guint match_count,
gpointer user_data
)
Description [src]
This signal is emitted when the WebKitFindController
has counted the number of matches for a given text after a call to webkit_find_controller_count_matches().
Default handler:
The default handler is called after the handlers added via g_signal_connect()
.
Parameters
match_count
Type: guint
The number of matches of the search text.