2004-07-29 Moritz Schulte <moritz@g10code.com>

* gpgme.texi (Verify): Fix gpgme_get_key example (ancient
	force_update argument was still there).
This commit is contained in:
Moritz Schulte 2004-07-29 20:46:43 +00:00
parent 78bd20d676
commit b2c86ab705
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-29 Moritz Schulte <moritz@g10code.com>
* gpgme.texi (Verify): Fix gpgme_get_key example (ancient
force_update argument was still there).
2004-06-08 Marcus Brinkmann <marcus@g10code.de> 2004-06-08 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Listing Keys): Elaborate on the length restrictions * gpgme.texi (Listing Keys): Elaborate on the length restrictions

View File

@ -3989,7 +3989,7 @@ The function @code{gpgme_get_sig_key} is equivalent to:
if (!sig || idx) if (!sig || idx)
return gpg_error (GPG_ERR_EOF); return gpg_error (GPG_ERR_EOF);
return gpgme_get_key (ctx, sig->fpr, r_key, 0, 0); return gpgme_get_key (ctx, sig->fpr, r_key, 0);
@end example @end example
@end deftypefun @end deftypefun