signal callback delegate or function to connect
void callback(string pageUri, string faviconUri, webkit.favicon_database.FaviconDatabase faviconDatabase)
pageUri the URI of the Web page containing the icon (optional)
faviconUri the URI of the favicon (optional)
faviconDatabase the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to FaviconChanged signal.
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.FaviconDatabase.getFavicon 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.WebView.getFavicon for more details.