WebKit2.FaviconDatabase::favicon-changed

connect('favicon-changed', function (faviconDatabase, page_uri: String, favicon_uri: String, ): void);
  

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 WebKit2.FaviconDatabase.prototype.get_favicon to get the favicon. If you are interested in the favicon of a WebKit2.WebView it's easier to use the WebKit2.WebView.favicon property. See WebKit2.WebView.prototype.get_favicon for more details.

faviconDatabase

instance of WebKit2.FaviconDatabase that is emitting the signal

page_uri

the URI of the Web page containing the icon

favicon_uri

the URI of the favicon