remove


Description:

[ Version ( since = "2.16" ) ]
public async bool remove (WebsiteDataTypes types, List<WebsiteData> website_data, Cancellable? cancellable = null) throws Error

Asynchronously removes the website data in the given website_data list.

Asynchronously removes the website data of the given types for websites in the given website_data list. Use clear if you want to remove the website data for all sites.

When the operation is finished, callback will be called. You can then call remove.end to get the result of the operation.

Parameters:

this

a WebsiteDataManager

types

WebsiteDataTypes

website_data

a List of WebsiteData

cancellable

a Cancellable or null to ignore

callback

a TaskReadyCallback to call when the request is satisfied

user_data

the data to pass to callback function