onFaviconChanged
fun onFaviconChanged( connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (pageUri: String, faviconUri: String) -> Unit): <Error class: unknown class>(source)
This signal is emitted when the favicon URI of @page_uri has been changed to @favicon_uri in the database. You can connect to this signal and call webkit_favicon_database_get_favicon() to get the favicon. If you are interested in the favicon of a #WebKitWebView it's easier to use the #WebKitWebView:favicon property. See webkit_web_view_get_favicon() for more details.
Parameters
connectFlags
a combination of ConnectFlags
handler
the Callback to connect. Params: pageUri
the URI of the Web page containing the icon; faviconUri
the URI of the favicon