WebsiteDataManager.fetch
void fetch(webkit.types.WebsiteDataTypes types, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)Asynchronously get the list of #WebKitWebsiteData for the given types.
When the operation is finished, callback will be called. You can then call [webkit.website_data_manager.WebsiteDataManager.fetchFinish] to get the result of the operation.
Parameters
types | #WebKitWebsiteDataTypes |
cancellable | a #GCancellable or null to ignore |
callback | a #GAsyncReadyCallback to call when the request is satisfied |