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