From: Marcus Brinkmann Date: Fri, 30 Aug 2002 11:37:59 +0000 (+0000) Subject: 2002-08-30 Marcus Brinkmann X-Git-Tag: gpgme-0-3-10~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f9f51683068d959d3bb176c8401c04efe76c545;p=gpgme.git 2002-08-30 Marcus Brinkmann * gpgme.texi (Selecting Signers): Fix reference count. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 4e5f176..3d798b7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-30 Marcus Brinkmann + + * gpgme.texi (Selecting Signers): Fix reference count. + 2002-08-21 Marcus Brinkmann * gpgme.texi (Header): Document name space. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 0c1783e..51b5d49 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}})