2002-04-16 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Creating a Signature): Fix function name. Reported by Wichert Ackerman <wichert@debian.org>. 2002-03-29 Marcus Brinkmann <marcus@g10code.de> * gpgme.texi (direntry): End index entry with a full stop. Patch submitted by Jose Carlos Garcia Sogo <jsogo@debian.org>.
This commit is contained in:
parent
990e6924d1
commit
7cb3972a1a
@ -1,3 +1,13 @@
|
|||||||
|
2002-04-16 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgme.texi (Creating a Signature): Fix function name. Reported
|
||||||
|
by Wichert Ackerman <wichert@debian.org>.
|
||||||
|
|
||||||
|
2002-03-29 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgme.texi (direntry): End index entry with a full stop.
|
||||||
|
Patch submitted by Jose Carlos Garcia Sogo <jsogo@debian.org>.
|
||||||
|
|
||||||
2002-03-17 Marcus Brinkmann <marcus@g10code.de>
|
2002-03-17 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* gpgme.texi (Detailed Results): Fix syntax error in last change.
|
* gpgme.texi (Detailed Results): Fix syntax error in last change.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
@dircategory GNU Libraries
|
@dircategory GNU Libraries
|
||||||
@direntry
|
@direntry
|
||||||
* @acronym{GPGME}: (gpgme) Adding support for cryptography to your program.
|
* @acronym{GPGME}: (gpgme). Adding support for cryptography to your program.
|
||||||
@end direntry
|
@end direntry
|
||||||
|
|
||||||
@include version.texi
|
@include version.texi
|
||||||
@ -2166,7 +2166,7 @@ through any errors that are reported by the crypto engine support
|
|||||||
routines.
|
routines.
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
|
||||||
@deftypefun GpgmeError gpgme_op_sign (@w{GpgmeCtx @var{ctx}}, @w{GpgmeData @var{plain}}, @w{GpgmeData @var{sig}}, @w{GpgmeSigMode @var{mode}})
|
@deftypefun GpgmeError gpgme_op_sign_start (@w{GpgmeCtx @var{ctx}}, @w{GpgmeData @var{plain}}, @w{GpgmeData @var{sig}}, @w{GpgmeSigMode @var{mode}})
|
||||||
The function @code{gpgme_op_sign_start} initiates a
|
The function @code{gpgme_op_sign_start} initiates a
|
||||||
@code{gpgme_op_sign} operation. It can be completed by calling
|
@code{gpgme_op_sign} operation. It can be completed by calling
|
||||||
@code{gpgme_wait} on the context. @xref{Waiting For Completion}.
|
@code{gpgme_wait} on the context. @xref{Waiting For Completion}.
|
||||||
|
Loading…
Reference in New Issue
Block a user