2002-08-30 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Selecting Signers): Fix reference count.
This commit is contained in:
parent
8e118f2d2c
commit
6f9f516830
@ -1,3 +1,7 @@
|
|||||||
|
2002-08-30 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgme.texi (Selecting Signers): Fix reference count.
|
||||||
|
|
||||||
2002-08-21 Marcus Brinkmann <marcus@g10code.de>
|
2002-08-21 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* gpgme.texi (Header): Document name space.
|
* gpgme.texi (Header): Document name space.
|
||||||
|
@ -2451,7 +2451,7 @@ Every context starts with an empty list.
|
|||||||
The function @code{gpgme_signers_add} adds the key @var{key} to the
|
The function @code{gpgme_signers_add} adds the key @var{key} to the
|
||||||
list of signers in the context @var{ctx}.
|
list of signers in the context @var{ctx}.
|
||||||
|
|
||||||
One reference for the key is consumed.
|
Calling this function acquires an additional reference for the key.
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
|
||||||
@deftypefun GpgmeKey gpgme_signers_enum (@w{const GpgmeCtx @var{ctx}}, @w{int @var{seq}})
|
@deftypefun GpgmeKey gpgme_signers_enum (@w{const GpgmeCtx @var{ctx}}, @w{int @var{seq}})
|
||||||
|
Loading…
Reference in New Issue
Block a user