passwordClearSync

fnbool passwordClearSync(secret.schema.Schema schema, string[string] attributes, gio.cancellable.Cancellable cancellable = null)

Remove unlocked matching passwords from the secret service.

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

All unlocked items that match the attributes will be deleted.

This method may block indefinitely and should not be used in user interface threads.

Parameters

schemathe schema for the attributes
attributesthe attribute keys and values
cancellableoptional cancellation object

Returns

whether any passwords were removed

Throws

[ErrorWrap]