diff options
| author | Moritz Schulte <[email protected]> | 2004-03-29 18:42:41 +0000 | 
|---|---|---|
| committer | Moritz Schulte <[email protected]> | 2004-03-29 18:42:41 +0000 | 
| commit | 78cdfffd9243f0f2704cb868f4be9fc2f12cc07f (patch) | |
| tree | b8b0d96e349ef6c5e0f2222dc35047be8a34eda5 | |
| parent | 2004-03-23 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-78cdfffd9243f0f2704cb868f4be9fc2f12cc07f.tar.gz gpgme-78cdfffd9243f0f2704cb868f4be9fc2f12cc07f.zip  | |
2004-03-29  Moritz Schulte  <[email protected]>
	* gpgme.texi (Verify): Fix type of gpgme_op_verify_result.
	* gpgme.texi (Key Listing Mode): Typo fix.
| -rw-r--r-- | doc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/gpgme.texi | 4 | 
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index afb99cbf..f888c9a9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-03-29  Moritz Schulte  <[email protected]> + +	* gpgme.texi (Verify): Fix type of gpgme_op_verify_result. +	* gpgme.texi (Key Listing Mode): Typo fix. +  2004-03-23  Marcus Brinkmann  <[email protected]>  	* gpgme.texi (Library Version Check): Fix the instruction when to diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 9eb70793..e9e78ed1 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1989,7 +1989,7 @@ signatures should be included in the listed keys.  @item GPGME_KEYLIST_MODE_VALIDATE  The @code{GPGME_KEYLIST_MODE_VALIDATE} symbol specifies that the  backend should do key or certificate validation and not just get the -validity information from an interna cache.  This might be an +validity information from an internal cache.  This might be an  expensive operation and is in general not usefule.  Currently only  implemented for the S/MIME backend and ignored for other backends. @@ -3724,7 +3724,7 @@ verification was attempted.  @end table  @end deftp -@deftypefun gpgme_sign_result_t gpgme_op_verify_result (@w{gpgme_ctx_t @var{ctx}}) +@deftypefun gpgme_verify_result_t gpgme_op_verify_result (@w{gpgme_ctx_t @var{ctx}})  The function @code{gpgme_op_verify_result} returns a  @code{gpgme_verify_result_t} pointer to a structure holding the result of  a @code{gpgme_op_verify} operation.  The pointer is only valid if the  | 
