mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Properly refer to the fact that multiple passwords may be removed.
This commit is contained in:
parent
6422acd085
commit
69fd67ae19
@ -640,7 +640,7 @@ secret_password_lookupv_sync (const SecretSchema *schema,
|
||||
* @user_data: data to be passed to the callback
|
||||
* @...: the attribute keys and values, terminated with %NULL
|
||||
*
|
||||
* Remove a password from the secret service.
|
||||
* Remove 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
|
||||
@ -784,7 +784,7 @@ secret_password_remove_sync (const SecretSchema* schema,
|
||||
* @cancellable: optional cancellation object
|
||||
* @error: location to place an error on failure
|
||||
*
|
||||
* Remove a password from the secret service.
|
||||
* Remove passwords from the secret service.
|
||||
*
|
||||
* The @attributes should be a set of key and value string pairs.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user