[Pkg-gnupg-commit] [gpgme] 86/132: doc: Correct documentation for recp arg of gpgme_op_encrypt_sign_start

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Apr 26 01:01:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

commit 5b49095b89b07591c69827df3973ffabfb3e97b8
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Sat Feb 25 16:08:11 2017 -0500

    doc: Correct documentation for recp arg of gpgme_op_encrypt_sign_start
    
    * doc/gpgme.texi (gpgme_op_encrypt_sign_start): recp is an array of
    gpgme_key_t, not a single element.
    
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
---
 doc/gpgme.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 1e2cde7..d32a124 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -5609,7 +5609,7 @@ The combined encrypt and sign operation is currently only available
 for the OpenPGP crypto engine.
 @end deftypefun
 
- at deftypefun gpgme_error_t gpgme_op_encrypt_sign_start (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_key_t @var{recp}}, @w{gpgme_encrypt_flags_t @var{flags}}, @w{gpgme_data_t @var{plain}}, @w{gpgme_data_t @var{cipher}})
+ at deftypefun gpgme_error_t gpgme_op_encrypt_sign_start (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_key_t @var{recp}[]}, @w{gpgme_encrypt_flags_t @var{flags}}, @w{gpgme_data_t @var{plain}}, @w{gpgme_data_t @var{cipher}})
 The function @code{gpgme_op_encrypt_sign_start} initiates a
 @code{gpgme_op_encrypt_sign} operation.  It can be completed by
 calling @code{gpgme_wait} on the context.  @xref{Waiting For

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list