CookieManager
Object Hierarchy:
Description:
[ CCode ( type_id = "webkit_cookie_manager_get_type ()" ) ]
public class CookieManager : Object
Content:
Creation methods:
Methods:
- public async bool add_cookie (Cookie cookie, Cancellable? cancellable = null) throws Error
Asynchronously add a Cookie to the
underlying storage.
- public void delete_all_cookies ()
Delete all cookies of this.
- public async bool delete_cookie (Cookie cookie, Cancellable? cancellable = null) throws Error
Asynchronously delete a Cookie from the
current session.
- public void delete_cookies_for_domain (string domain)
Remove all cookies of this for the
given domain
.
- public async CookieAcceptPolicy get_accept_policy (Cancellable? cancellable = null) throws Error
Asynchronously get the cookie acceptance policy of
this.
- public async List<Cookie> get_cookies (string uri, Cancellable? cancellable = null) throws Error
Asynchronously get a list of Cookie from
this.
- public async string[] get_domains_with_cookies (Cancellable? cancellable = null) throws Error
Asynchronously get the list of domains for which
this contains cookies.
- public void set_accept_policy (CookieAcceptPolicy policy)
Set the cookie acceptance policy of this
as policy
.
- public void set_persistent_storage (string filename, CookiePersistentStorage storage)
Set non-session cookies.
Signals:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref