CookieManager.getAllCookiesFinish
soup.cookie.Cookie[] getAllCookiesFinish(gio.async_result.AsyncResult result)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.
Parameters
result | a #GAsyncResult |
Returns
A #GList of #SoupCookie instances.