Method

WebKit2CookieManagerget_domains_with_cookies

deprecated: 2.16 

Declaration [src]

void
webkit_cookie_manager_get_domains_with_cookies (
  WebKitCookieManager* cookie_manager,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Asynchronously get the list of domains for which cookie_manager contains cookies.

When the operation is finished, callback will be called. You can then call webkit_cookie_manager_get_domains_with_cookies_finish() to get the result of the operation.

Deprecated since: 2.16

Use webkit_website_data_manager_fetch() instead.

Parameters

cancellable

Type: GCancellable

A GCancellable or NULL to ignore.

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

Type: GAsyncReadyCallback

A GAsyncReadyCallback to call when the request is satisfied.

The argument can be NULL.
user_data

Type: gpointer

The data to pass to callback function.

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