Clarify documentation for secret_service_clear_xxx()
authorStef Walter <stefw@gnome.org>
Wed, 7 Aug 2013 19:08:26 +0000 (21:08 +0200)
committerStef Walter <stefw@gnome.org>
Wed, 7 Aug 2013 19:08:26 +0000 (21:08 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=705629

libsecret/secret-methods.c

index ad41ca7..6c98b16 100644 (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,