aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2021-12-13 15:07:54 +0000
committerIngo Klöcker <[email protected]>2021-12-13 15:07:54 +0000
commitc89226d47fa8c7b1d03d07bc180b36f83b885925 (patch)
tree75237dfd6e2bd6c19957493d01446d1b1d88b269 /doc
parentqt: Support WKD lookup without implicit import (diff)
downloadgpgme-c89226d47fa8c7b1d03d07bc180b36f83b885925.tar.gz
gpgme-c89226d47fa8c7b1d03d07bc180b36f83b885925.zip
doc: Fix a few errors in the documentation of gpgme_op_import_*
--
Diffstat (limited to 'doc')
-rw-r--r--doc/gpgme.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index ef9eb756..df8cbdca 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -5031,7 +5031,7 @@ retrieved with @code{gpgme_op_import_result}.
The function returns the error code @code{GPG_ERR_NO_ERROR} if the
import was completed successfully, @code{GPG_ERR_INV_VALUE} if
-@var{keydata} if @var{ctx} or @var{keydata} is not a valid pointer,
+@var{ctx} or @var{keydata} is not a valid pointer,
and @code{GPG_ERR_NO_DATA} if @var{keydata} is an empty data buffer.
@end deftypefun
@@ -5074,8 +5074,8 @@ keydata using @code{gpgme_op_export} and @code{gpgme_op_import}.
The function returns the error code @code{GPG_ERR_NO_ERROR} if the
import was completed successfully, @code{GPG_ERR_INV_VALUE} if
@var{ctx} is not a valid pointer, @code{GPG_ERR_CONFLICT} if the key
-listing mode does not match, and @code{GPG_ERR_NO_DATA} if no keys are
-considered for export.
+listing mode does not match, and @code{GPG_ERR_NO_DATA} if no keys were
+considered for import.
@end deftypefun
@deftypefun gpgme_error_t gpgme_op_import_keys_start (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_key_t *@var{keys}})
@@ -5086,10 +5086,10 @@ The function @code{gpgme_op_import_keys_start} initiates a
@code{gpgme_wait} on the context. @xref{Waiting For Completion}.
The function returns the error code @code{GPG_ERR_NO_ERROR} if the
-import was completed successfully, @code{GPG_ERR_INV_VALUE} if
-@var{keydata} if @var{ctx} or @var{keydata} is not a valid pointer,
-@code{GPG_ERR_CONFLICT} if the key listing mode does not match, and
-@code{GPG_ERR_NO_DATA} if no keys are considered for export.
+import was started successfully, @code{GPG_ERR_INV_VALUE} if
+@var{ctx} is not a valid pointer, @code{GPG_ERR_CONFLICT} if the key
+listing mode does not match, and @code{GPG_ERR_NO_DATA} if no keys were
+considered for import.
@end deftypefun
@deftp {Data type} {gpgme_import_status_t}