diff options
author | Werner Koch <[email protected]> | 2013-06-18 08:27:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-06-18 08:27:46 +0000 |
commit | f2eeccbdfaf855a81abb92abe5ab4c702712bac7 (patch) | |
tree | c040801b67e183b3943430e449e41242853bf76b /doc | |
parent | Post release version bump. (diff) | |
download | gpgme-f2eeccbdfaf855a81abb92abe5ab4c702712bac7.tar.gz gpgme-f2eeccbdfaf855a81abb92abe5ab4c702712bac7.zip |
Add function gpgme_signers_count.
* src/signers.c (gpgme_signers_count): New.
* src/libgpgme.vers, src/gpgme.def: Add as external symbol.
* src/gpgme.h.in: Add prototype.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 217dc13a..1a193706 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -4785,6 +4785,11 @@ list of signers in the context @var{ctx}. Calling this function acquires an additional reference for the key. @end deftypefun +@deftypefun @w{unsigned int} gpgme_signers_count (@w{const gpgme_ctx_t @var{ctx}}) +The function @code{gpgme_signers_count} returns the number of signer keys in +the context @var{ctx}. +@end deftypefun + @deftypefun gpgme_key_t gpgme_signers_enum (@w{const gpgme_ctx_t @var{ctx}}, @w{int @var{seq}}) The function @code{gpgme_signers_enum} returns the @var{seq}th key in the list of signers in the context @var{ctx}. An additional reference |