WebKitFaviconDatabase

WebKitFaviconDatabase

Functions

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── WebKitFaviconDatabase

Description

Functions

webkit_favicon_database_get_favicon ()

void
webkit_favicon_database_get_favicon (WebKitFaviconDatabase *database,
                                     const gchar *page_uri,
                                     GCancellable *cancellable,
                                     GAsyncReadyCallback callback,
                                     gpointer user_data);

webkit_favicon_database_get_favicon_finish ()

cairo_surface_t *
webkit_favicon_database_get_favicon_finish
                               (WebKitFaviconDatabase *database,
                                GAsyncResult *result,
                                GError **error);

webkit_favicon_database_get_favicon_uri ()

gchar *
webkit_favicon_database_get_favicon_uri
                               (WebKitFaviconDatabase *database,
                                const gchar *page_uri);

webkit_favicon_database_clear ()

void
webkit_favicon_database_clear (WebKitFaviconDatabase *database);

Types and Values

struct WebKitFaviconDatabase

struct WebKitFaviconDatabase;

WEBKIT_FAVICON_DATABASE_ERROR

#define WEBKIT_FAVICON_DATABASE_ERROR           (webkit_favicon_database_error_quark())

enum WebKitFaviconDatabaseError

Enum values used to denote the various errors related to the WebKitFaviconDatabase.

Members

WEBKIT_FAVICON_DATABASE_ERROR_NOT_INITIALIZED

The WebKitFaviconDatabase has not been initialized yet

 

WEBKIT_FAVICON_DATABASE_ERROR_FAVICON_NOT_FOUND

There is not an icon available for the requested URL

 

WEBKIT_FAVICON_DATABASE_ERROR_FAVICON_UNKNOWN

There might be an icon for the requested URL, but its data is unknown at the moment

 

Signal Details

The “favicon-changed” signal

void
user_function (WebKitFaviconDatabase *webkitfavicondatabase,
               gchar                 *arg1,
               gchar                 *arg2,
               gpointer               user_data)

Flags: Run Last