WebsiteDataManager.fetchFinish

Finish an asynchronous operation started with webkit.website_data_manager.WebsiteDataManager.fetch.

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult

Return Value

Type: webkit.website_data.WebsiteData[]

a #GList of #WebKitWebsiteData. You must free the #GList with glib.list.List.free and unref the #WebKitWebsiteData<!-- -->s with webkit.website_data.WebsiteData.unref when you're done with them.

Throws