FaviconDatabase.addOnFaviconChanged

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.

class FaviconDatabase
gulong
addOnFaviconChanged
(
void delegate
(
string
,
string
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta