WebKit2.CookieManager.prototype.get_domains_with_cookies_finish
function get_domains_with_cookies_finish(result: Gio.AsyncResult): Array(String) {
// Gjs wrapper for webkit_cookie_manager_get_domains_with_cookies_finish()
}
Finish an asynchronous operation started with WebKit2.CookieManager.prototype.get_domains_with_cookies. The return value is a null terminated list of strings which should be released with g_strfreev().
- result
- Returns
A null terminated array of domain names or null in case of error.