Class
WPEWebKitFaviconDatabase
Description [src]
final class WPEWebKit.FaviconDatabase : GObject.Object
{
/* No available fields */
}
Provides access to the icons associated with web sites.
WebKit will automatically look for available icons in <link>
elements on opened pages as well as an existing favicon.ico and
load the images found into a memory cache if possible. That cache
is frozen to an on-disk database for persistence.
If WebKitWebsiteDataManager:is-ephemeral is TRUE, new icons
won’t be added to the on-disk database and no existing icons will
be deleted from it. Nevertheless, WebKit will still store them in
the in-memory cache during the current execution.
Instance methods
webkit_favicon_database_get_page_icons_finish
Finishes an operation started with webkit_favicon_database_get_page_icons().
since: 2.54
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.