diff options
| author | Marcus Brinkmann <[email protected]> | 2006-06-21 01:15:42 +0000 | 
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2006-06-21 01:15:42 +0000 | 
| commit | 0a8808623a7bdc6170179f5f966af11ab9bebabb (patch) | |
| tree | a4ef309948c1c5bb40e45326e8a0a1ea5478af39 | |
| parent | 2006-06-08 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-0a8808623a7bdc6170179f5f966af11ab9bebabb.tar.gz gpgme-0a8808623a7bdc6170179f5f966af11ab9bebabb.zip | |
2006-06-21  Marcus Brinkmann  <[email protected]>
	* gpgme.texi (Passphrase Callback): Fix inverted condition in
	description.
| -rw-r--r-- | doc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/gpgme.texi | 6 | 
2 files changed, 8 insertions, 3 deletions
| diff --git a/doc/ChangeLog b/doc/ChangeLog index 394ca8f7..3355b406 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-06-21  Marcus Brinkmann  <[email protected]> + +	* gpgme.texi (Passphrase Callback): Fix inverted condition in +	description. +  2005-12-20  Werner Koch  <[email protected]>  	* gpgme.texi (Verify): Document pka_trust. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 1fc4849c..b6809ade 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2210,9 +2210,9 @@ previous attempts failed, then @var{prev_was_bad} is 1, otherwise it  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 | 
