CookieManager.deleteCookieFinish

Finish an asynchronous operation started with webkit.cookie_manager.CookieManager.deleteCookie.

class CookieManager
bool
deleteCookieFinish

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult

Return Value

Type: bool

true if the cookie was deleted or false in case of error.

Throws