diff options
author | Marcus Brinkmann <[email protected]> | 2002-08-30 11:37:59 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-08-30 11:37:59 +0000 |
commit | 6f9f51683068d959d3bb176c8401c04efe76c545 (patch) | |
tree | 9b33a0d0922d7a43bc1185ee0980bf9fc0304379 /doc/gpgme.texi | |
parent | 2002-08-30 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-6f9f51683068d959d3bb176c8401c04efe76c545.tar.gz gpgme-6f9f51683068d959d3bb176c8401c04efe76c545.zip |
2002-08-30 Marcus Brinkmann <[email protected]>
* gpgme.texi (Selecting Signers): Fix reference count.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 0c1783e6..51b5d492 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2451,7 +2451,7 @@ Every context starts with an empty list. The function @code{gpgme_signers_add} adds the key @var{key} to the 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 @deftypefun GpgmeKey gpgme_signers_enum (@w{const GpgmeCtx @var{ctx}}, @w{int @var{seq}}) |