doc: Correct deftypefun for gpgme_op_decrypt_verify_start.
* doc/gpgme.texi: Documentationabout gpgme_op_decrypt_verify_start was stored under the name gpgme_op_decrypt_verify instead. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
d50bdb269e
commit
16a3020506
@ -5117,7 +5117,7 @@ secret key could not be retrieved, and passes through any errors that
|
|||||||
are reported by the crypto engine support routines.
|
are reported by the crypto engine support routines.
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
|
||||||
@deftypefun gpgme_error_t gpgme_op_decrypt_verify (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_data_t @var{cipher}}, @w{gpgme_data_t @var{plain}})
|
@deftypefun gpgme_error_t gpgme_op_decrypt_verify_start (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_data_t @var{cipher}}, @w{gpgme_data_t @var{plain}})
|
||||||
The function @code{gpgme_op_decrypt_verify_start} initiates a
|
The function @code{gpgme_op_decrypt_verify_start} initiates a
|
||||||
@code{gpgme_op_decrypt_verify} operation. It can be completed by
|
@code{gpgme_op_decrypt_verify} operation. It can be completed by
|
||||||
calling @code{gpgme_wait} on the context. @xref{Waiting For
|
calling @code{gpgme_wait} on the context. @xref{Waiting For
|
||||||
|
Loading…
Reference in New Issue
Block a user