favicon_changed
Description:
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 get_favicon to get the favicon. If you are interested in the favicon of a WebView it's easier to use the favicon property. See get_favicon for more details.
Parameters:
page_uri |
the URI of the Web page containing the icon |
favicon_uri |
the URI of the favicon |