CookieManager
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().
Constructors
Functions
Finish an asynchronous operation started with webkit_cookie_manager_add_cookie().
This signal is emitted when cookies are added, removed or modified.
Asynchronously delete a #SoupCookie from the current session.
Finish an asynchronous operation started with webkit_cookie_manager_delete_cookie().
Asynchronously get the cookie acceptance policy of @cookie_manager.
Finish an asynchronous operation started with webkit_cookie_manager_get_accept_policy().
Asynchronously get a list of #SoupCookie from @cookie_manager.
Finish an asynchronous operation started with webkit_cookie_manager_get_all_cookies().
Asynchronously get a list of #SoupCookie from @cookie_manager.
Finish an asynchronous operation started with webkit_cookie_manager_get_cookies().
Asynchronously replace all cookies in @cookie_manager with the given list of @cookies.
Finish an asynchronous operation started with webkit_cookie_manager_replace_cookies().
Set the cookie acceptance policy of @cookie_manager as @policy.
Set non-session cookies.