CookieManager.getAllCookiesFinish

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

The return value is a #GList of #SoupCookie instances which should be released with glib.list.List.freeFull and soup.cookie.Cookie.free.

class CookieManager
getAllCookiesFinish

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult

Return Value

Type: soup.cookie.Cookie[]

A #GList of #SoupCookie instances.

Throws