CookieManager
Object Hierarchy:
WebKit.CookieManager
WebKit.CookieManager
WebKit.CookieManager
GLib.Object
GLib.Object
GLib.Object->WebKit.CookieManager
Description:
[ CCode ( type_id = "webkit_cookie_manager_get_type ()" ) ]public sealed 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 async bool delete_cookie (Cookie cookie, Cancellable ? cancellable = null ) throws Error
Asynchronously delete a Cookie from the
current session.
public async CookieAcceptPolicy get_accept_policy (Cancellable ? cancellable = null ) throws Error
Asynchronously get the cookie acceptance policy of
this .
public async List <Cookie > get_all_cookies (Cancellable ? cancellable = null ) throws Error
Asynchronously get a list of Cookie from
this .
public async List <Cookie > get_cookies (string uri, Cancellable ? cancellable = null ) throws Error
Asynchronously get a list of Cookie from
this .
public async bool replace_cookies (List <Cookie > cookies, Cancellable ? cancellable = null ) throws Error
Asynchronously replace all cookies in this
with the given list of 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