[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( deprecated = true , deprecated_since = "2.16" ) ]
public async string[] get_domains_with_cookies (Cancellable? cancellable = null) throws Error
Warning: get_domains_with_cookies is deprecated since 2.16.
Asynchronously get the list of domains for which this contains cookies.
Use fetch instead.
When the operation is finished, callback
will be called. You can then call get_domains_with_cookies.end
to get the result of the operation.
this | |
cancellable |
a Cancellable or null to ignore |
callback |
a TaskReadyCallback to call when the request is satisfied |
user_data |
the data to pass to callback function |