password_clear_sync


Description:


public bool password_clear_sync (Schema schema, Cancellable? cancellable = null, ...) throws Error

Remove unlocked matching passwords from the secret service.

The variable argument list should contain pairs of a) The attribute name as a null-terminated string, followed by b) attribute value, either a character string, an int number, or a gboolean value, as defined in the password schema. The list of attributes should be terminated with a null.

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

cancellable

optional cancellation object

...

the attribute keys and values, terminated with null

error

location to place an error on failure

Returns:

whether the any passwords were removed


Namespace: Secret
Package: libsecret-1