diff options
author | Marcus Brinkmann <[email protected]> | 2002-11-05 15:25:37 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-11-05 15:25:37 +0000 |
commit | 70109cf68105b16418815fb4b7236bc123db4ba0 (patch) | |
tree | f3a5f95f3aedf55045a261fab54101c8118642a2 | |
parent | Fix email address. (diff) | |
download | gpgme-70109cf68105b16418815fb4b7236bc123db4ba0.tar.gz gpgme-70109cf68105b16418815fb4b7236bc123db4ba0.zip |
2002-11-05 Marcus Brinkmann <[email protected]>
* gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key.
Reported by Miguel Coca <[email protected]>.
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpgme.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 3d798b75..38640cf8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-11-05 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key. + Reported by Miguel Coca <[email protected]>. + 2002-08-30 Marcus Brinkmann <[email protected]> * gpgme.texi (Selecting Signers): Fix reference count. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 51b5d492..2663f075 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2342,7 +2342,7 @@ The defined bits are: @end deftypefun -@deftypefun {const char *} gpgme_get_sig_key (@w{GpgmeCtx @var{ctx}}, @w{int @var{idx}}, @w{GpgmeSigKey *@var{r_stat}}) +@deftypefun {const char *} gpgme_get_sig_key (@w{GpgmeCtx @var{ctx}}, @w{int @var{idx}}, @w{GpgmeKey *@var{r_key}}) The function @code{gpgme_get_sig_status} receives a @code{GpgmeKey} object for the key which was used to verify the signature after the @code{gpgme_op_verify} or @code{gpgme_op_verify_decrypt} operation. A |