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
)
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:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method.