[svn] gpgme - r1172 - trunk/doc
svn author marcus
cvs at cvs.gnupg.org
Wed Jun 21 03:15:43 CEST 2006
Author: marcus
Date: 2006-06-21 03:15:42 +0200 (Wed, 21 Jun 2006)
New Revision: 1172
Modified:
trunk/doc/ChangeLog
trunk/doc/gpgme.texi
Log:
2006-06-21 Marcus Brinkmann <marcus at g10code.de>
* gpgme.texi (Passphrase Callback): Fix inverted condition in
description.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2006-06-08 22:07:27 UTC (rev 1171)
+++ trunk/doc/ChangeLog 2006-06-21 01:15:42 UTC (rev 1172)
@@ -1,3 +1,8 @@
+2006-06-21 Marcus Brinkmann <marcus at g10code.de>
+
+ * gpgme.texi (Passphrase Callback): Fix inverted condition in
+ description.
+
2005-12-20 Werner Koch <wk at g10code.com>
* gpgme.texi (Verify): Document pka_trust.
Modified: trunk/doc/gpgme.texi
===================================================================
--- trunk/doc/gpgme.texi 2006-06-08 22:07:27 UTC (rev 1171)
+++ trunk/doc/gpgme.texi 2006-06-21 01:15:42 UTC (rev 1172)
@@ -2210,9 +2210,9 @@
will be 0.
The user must write the passphrase, followed by a newline character,
-to the file descriptor @var{fd}. If the user does not return 0
-indicating success, the user must at least write a newline character
-before returning from the callback.
+to the file descriptor @var{fd}. If the user returns 0 indicating
+success, the user must at least write a newline character before
+returning from the callback.
If an error occurs, return the corresponding @code{gpgme_error_t}
value. You can use the error code @code{GPG_ERR_CANCELED} to abort
More information about the Gnupg-commits
mailing list