Method

WebKitFaviconDatabaseget_page_icons

unstable since: 2.52

Declaration [src]

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

Description

No description available.

Available since: 2.52

Parameters

page_uri

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
cancellable

Type: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
user_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the method.