Service.clear

Remove unlocked items which match the attributes from the secret service.

The attributes should be a set of key and value string pairs.

If service is null, then secret.service.Service.get will be called to get the default classService proxy.

This method will return immediately and complete asynchronously.

Parameters

schema secret.schema.Schema

the schema for the attributes

attributes string[string]

the attribute keys and values

cancellable gio.cancellable.Cancellable

optional cancellation object

callback gio.types.AsyncReadyCallback

called when the operation completes