password_clearv
Description:
[ CCode ( finish_name = "secret_password_clear_finish" ) ]
public async bool password_clearv (Schema? schema, owned HashTable<string,string> attributes, Cancellable? cancellable) throws Error
public async bool password_clearv (Schema? schema, owned HashTable<string,string> attributes, Cancellable? cancellable) throws Error
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.
Parameters:
schema |
the schema for the attributes |
attributes |
the attribute keys and values |
cancellable |
optional cancellation object |
callback |
called when the operation completes |
user_data |
data to be passed to the callback |
Namespace: Secret
Package: libsecret-1