Function libsecret::password_clear

source ·
pub fn password_clear<P: FnOnce(Result<(), Error>) + 'static>(
    schema: Option<&Schema>,
    attributes: HashMap<&str, &str>,
    cancellable: Option<&impl IsA<Cancellable>>,
    callback: P
)
Expand description

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 will return immediately and complete asynchronously.

§schema

the schema for the attributes

§attributes

the attribute keys and values

§cancellable

optional cancellation object

§callback

called when the operation completes