CookieManager.getCookiesFinish

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

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
getCookiesFinish

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult

Return Value

Type: soup.cookie.Cookie[]

A #GList of #SoupCookie instances.

Throws