2002-11-05 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key. Reported by Miguel Coca <e970095@zipi.fi.upm.es>.
This commit is contained in:
parent
b8ae2150c3
commit
21c8829f6a
@ -1,3 +1,8 @@
|
||||
2002-11-05 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key.
|
||||
Reported by Miguel Coca <e970095@zipi.fi.upm.es>.
|
||||
|
||||
2002-08-30 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgme.texi (Selecting Signers): Fix reference count.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user