mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Clarify documentation for secret_service_clear_xxx()
https://bugzilla.gnome.org/show_bug.cgi?id=705629
This commit is contained in:
parent
8093727940
commit
5c9001ab6f
@ -1742,7 +1742,7 @@ secret_service_clear (SecretService *service,
|
||||
* Finish asynchronous operation to remove items from the secret
|
||||
* service.
|
||||
*
|
||||
* Returns: whether the removal was successful or not
|
||||
* Returns: whether items were removed or not
|
||||
*/
|
||||
gboolean
|
||||
secret_service_clear_finish (SecretService *service,
|
||||
@ -1783,7 +1783,7 @@ secret_service_clear_finish (SecretService *service,
|
||||
* This method may block indefinitely and should not be used in user interface
|
||||
* threads.
|
||||
*
|
||||
* Returns: whether the removal was successful or not
|
||||
* Returns: whether items were removed or not
|
||||
*/
|
||||
gboolean
|
||||
secret_service_clear_sync (SecretService *service,
|
||||
|
Loading…
Reference in New Issue
Block a user