From f2eeccbdfaf855a81abb92abe5ab4c702712bac7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 18 Jun 2013 10:27:46 +0200 Subject: 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. --- doc/gpgme.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3