Method
WebKit2CookieManagerget_domains_with_cookies
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 |