2002-08-30 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Fri, 30 Aug 2002 11:37:59 +0000 (11:37 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Fri, 30 Aug 2002 11:37:59 +0000 (11:37 +0000)
* gpgme.texi (Selecting Signers): Fix reference count.

doc/ChangeLog
doc/gpgme.texi

index 4e5f1768f54a7ec5c92c9e94a3da92fb0228803d..3d798b751af4c918bf893c86c1b751559dc001d1 100644 (file)
@@ -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>
 
        * gpgme.texi (Header): Document name space.
index 0c1783e62f6d7bc4a9a5661fbefef3dd16636153..51b5d4925cd68d028f8a979d83949067f567cccd 100644 (file)
@@ -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}})