aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-11-05 15:25:07 +0000
committerMarcus Brinkmann <[email protected]>2002-11-05 15:25:07 +0000
commit21c8829f6a72a0d4302e0fad093c0c1d4a277eb2 (patch)
treee3452c2222719dc306bcfbff6e7ec60119122e2b
parentFix email address. (diff)
downloadgpgme-21c8829f6a72a0d4302e0fad093c0c1d4a277eb2.tar.gz
gpgme-21c8829f6a72a0d4302e0fad093c0c1d4a277eb2.zip
2002-11-05 Marcus Brinkmann <[email protected]>
* gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key. Reported by Miguel Coca <[email protected]>.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gpgme.texi2
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