Class

WPEWebKitCookieManager

Description [src]

final class WPEWebKit.CookieManager : GObject.Object {
  /* No available fields */
}

Defines how to handle cookies in a WebKitWebContext.

The WebKitCookieManager defines how to set up and handle cookies. You can get it from a WebKitWebsiteDataManager with webkit_website_data_manager_get_cookie_manager(), and use it to set where to store cookies with webkit_cookie_manager_set_persistent_storage(), or to set the acceptance policy, with webkit_cookie_manager_get_accept_policy().

Hierarchy

hierarchy this WebKitCookieManager ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

webkit_cookie_manager_add_cookie

Asynchronously add a SoupCookie to the underlying storage.

Available since: 2.20

webkit_cookie_manager_add_cookie_finish

Finish an asynchronous operation started with webkit_cookie_manager_add_cookie().

Available since: 2.20

webkit_cookie_manager_delete_cookie

Asynchronously delete a SoupCookie from the current session.

Available since: 2.20

webkit_cookie_manager_delete_cookie_finish

Finish an asynchronous operation started with webkit_cookie_manager_delete_cookie().

Available since: 2.20

webkit_cookie_manager_get_accept_policy

Asynchronously get the cookie acceptance policy of cookie_manager.

webkit_cookie_manager_get_accept_policy_finish

Finish an asynchronous operation started with webkit_cookie_manager_get_accept_policy().

webkit_cookie_manager_get_all_cookies

Asynchronously get a list of SoupCookie from cookie_manager.

Available since: 2.42

webkit_cookie_manager_get_all_cookies_finish

Finish an asynchronous operation started with webkit_cookie_manager_get_all_cookies().

Available since: 2.42

webkit_cookie_manager_get_cookies

Asynchronously get a list of SoupCookie from cookie_manager.

Available since: 2.20

webkit_cookie_manager_get_cookies_finish

Finish an asynchronous operation started with webkit_cookie_manager_get_cookies().

Available since: 2.20

webkit_cookie_manager_replace_cookies

Asynchronously replace all cookies in cookie_manager with the given list of cookies.

Available since: 2.42

webkit_cookie_manager_replace_cookies_finish

Finish an asynchronous operation started with webkit_cookie_manager_replace_cookies().

Available since: 2.42

webkit_cookie_manager_set_accept_policy

Set the cookie acceptance policy of cookie_manager as policy.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

WPEWebKit.CookieManager::changed

This signal is emitted when cookies are added, removed or modified.

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct WPEWebKitCookieManagerClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.