| Top |
| void | webkit_favicon_database_get_favicon () |
| cairo_surface_t * | webkit_favicon_database_get_favicon_finish () |
| gchar * | webkit_favicon_database_get_favicon_uri () |
| void | webkit_favicon_database_clear () |
| struct | WebKitFaviconDatabase |
| #define | WEBKIT_FAVICON_DATABASE_ERROR |
| enum | WebKitFaviconDatabaseError |
void webkit_favicon_database_get_favicon (WebKitFaviconDatabase *database,const gchar *page_uri,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data);
cairo_surface_t * webkit_favicon_database_get_favicon_finish (WebKitFaviconDatabase *database,GAsyncResult *result,GError **error);
gchar * webkit_favicon_database_get_favicon_uri (WebKitFaviconDatabase *database,const gchar *page_uri);
void
webkit_favicon_database_clear (WebKitFaviconDatabase *database);
#define WEBKIT_FAVICON_DATABASE_ERROR (webkit_favicon_database_error_quark())
Enum values used to denote the various errors related to the WebKitFaviconDatabase.
|
The WebKitFaviconDatabase has not been initialized yet |
||
|
There is not an icon available for the requested URL |
||
|
There might be an icon for the requested URL, but its data is unknown at the moment |
“favicon-changed” signalvoid user_function (WebKitFaviconDatabase *webkitfavicondatabase, gchar *arg1, gchar *arg2, gpointer user_data)
Flags: Run Last