CookieManager.getDomainsWithCookiesFinish

Finish an asynchronous operation started with webkit_cookie_manager_get_domains_with_cookies(). The return value is a %NULL terminated list of strings which should be released with g_strfreev().

More...
class CookieManager
string[]
getDomainsWithCookiesFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

a #GAsyncResult

Return Value

Type: string[]

A %NULL terminated array of domain names or %NULL in case of error.

Detailed Description

Deprecated: Use webkit_website_data_manager_fetch_finish() instead.

Throws

GException on failure.

Meta