2006-06-21 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Passphrase Callback): Fix inverted condition in description.
This commit is contained in:
parent
5cf7a6a526
commit
0a8808623a
@ -1,3 +1,8 @@
|
|||||||
|
2006-06-21 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgme.texi (Passphrase Callback): Fix inverted condition in
|
||||||
|
description.
|
||||||
|
|
||||||
2005-12-20 Werner Koch <wk@g10code.com>
|
2005-12-20 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpgme.texi (Verify): Document pka_trust.
|
* gpgme.texi (Verify): Document pka_trust.
|
||||||
|
@ -2210,9 +2210,9 @@ previous attempts failed, then @var{prev_was_bad} is 1, otherwise it
|
|||||||
will be 0.
|
will be 0.
|
||||||
|
|
||||||
The user must write the passphrase, followed by a newline character,
|
The user must write the passphrase, followed by a newline character,
|
||||||
to the file descriptor @var{fd}. If the user does not return 0
|
to the file descriptor @var{fd}. If the user returns 0 indicating
|
||||||
indicating success, the user must at least write a newline character
|
success, the user must at least write a newline character before
|
||||||
before returning from the callback.
|
returning from the callback.
|
||||||
|
|
||||||
If an error occurs, return the corresponding @code{gpgme_error_t}
|
If an error occurs, return the corresponding @code{gpgme_error_t}
|
||||||
value. You can use the error code @code{GPG_ERR_CANCELED} to abort
|
value. You can use the error code @code{GPG_ERR_CANCELED} to abort
|
||||||
|
Loading…
Reference in New Issue
Block a user