diff options
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 14 | ||||
-rw-r--r-- | doc/gpgme.texi | 7 |
2 files changed, 18 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 58b37994..19a292c0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-10 Werner Koch <[email protected]> + + * gpgme.texi (Verify): Document attribute GPGME_ATTR_ERRTOK. + 2002-06-04 Marcus Brinkmann <[email protected]> * gpgme.texi (Multi Threading): Document new autodetection. @@ -183,3 +187,13 @@ * fdl.texi: Likewise. * Makefile.am (info_TEXINFOS): New variable. (gpgme_TEXINFOS): Likewise. + + Copyright 2002 g10 Code GmbH + + This file is free software; as a special exception the author gives + unlimited permission to copy and/or distribute it, with or without + modifications, as long as this notice is preserved. + + This file is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY, to the extent permitted by law; without even the + implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 6f64e454..9e6ee615 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2217,16 +2217,17 @@ fingerprint of the key which signed the plaintext, or @code{NULL} if no verification could be performed. @end deftypefun -@deftypefun {const char *} gpgme_get_sig_string_attr (@w{GpgmeCtx @var{ctx}}, @w{int @var{idx}}, @w{GpgmeAttr @var{waht}}, @w{int @var{reserved}}) +@deftypefun {const char *} gpgme_get_sig_string_attr (@w{GpgmeCtx @var{ctx}}, @w{int @var{idx}}, @w{GpgmeAttr @var{what}}, @w{int @var{reserved}}) This function is similar to @code{gpgme_get_sig_status} but may be used to retrieve more detailed information. @var{ctx} should be the context used for the last signature verification, @var{idx} is used to enumerate over all signatures starting with @code{0} and @var{reserved} should be @code{0} for now. -The only attribute @var{what} currently supported is +The attributes @var{what} currently supports are @code{GPGME_ATTR_FPR} to return the fingerprint of the key used to -create the signature. +create the signature and @code{GPGME_ERRTOK} to return a token +with a more detailed error description. @end deftypefun @deftypefun {const char *} gpgme_get_sig_ulong_attr (@w{GpgmeCtx @var{ctx}}, @w{int @var{idx}}, @w{GpgmeAttr @var{waht}}, @w{int @var{reserved}}) |