Class
WebKit2CookieManager
Description [src]
class WebKit2.CookieManager : GObject.Object {
parent: GObject,
priv: WebKitCookieManagerPrivate*
}
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().
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_all_cookies
Delete all cookies of cookie_manager
.
Deprecated since: 2.16
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_delete_cookies_for_domain
Remove all cookies of cookie_manager
for the given domain
.
Deprecated since: 2.16
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_get_domains_with_cookies
Asynchronously get the list of domains for which cookie_manager
contains cookies.
Deprecated since: 2.16
webkit_cookie_manager_get_domains_with_cookies_finish
Finish an asynchronous operation started with webkit_cookie_manager_get_domains_with_cookies().
Deprecated since: 2.16
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
.
webkit_cookie_manager_set_persistent_storage
Set non-session cookies.
Signals
WebKit2.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 WebKit2CookieManagerClass {
GObjectClass parent_class;
void (* _webkit_reserved0) (
void
);
void (* _webkit_reserved1) (
void
);
void (* _webkit_reserved2) (
void
);
void (* _webkit_reserved3) (
void
);
}
Class members
parent_class |
|
No description available. | |
_webkit_reserved0 |
|
No description available. | |
_webkit_reserved1 |
|
No description available. | |
_webkit_reserved2 |
|
No description available. | |
_webkit_reserved3 |
|
No description available. |