Clarify documentation for secret_service_clear_xxx()

https://bugzilla.gnome.org/show_bug.cgi?id=705629
This commit is contained in:
Stef Walter 2013-08-07 21:08:26 +02:00
parent 8093727940
commit 5c9001ab6f

View File

@ -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,