password_clearv_sync
Description:
public bool password_clearv_sync (Schema? schema, HashTable<string,string> attributes, Cancellable? cancellable = null) 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 may block indefinitely and should not be used in user interface threads.
Parameters:
schema |
the schema for the attributes |
attributes |
the attribute keys and values |
cancellable |
optional cancellation object |
Returns:
whether any passwords were removed |
Namespace: Secret
Package: libsecret-1