aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-08-20 15:44:48 +0000
committerMarcus Brinkmann <[email protected]>2002-08-20 15:44:48 +0000
commita01ee915e1c14c0e35c8db3890dcabff3c690317 (patch)
tree7350df72a7a699c75fef4bc0bdfaa588d2baa2ac
parentdoc/ (diff)
downloadgpgme-a01ee915e1c14c0e35c8db3890dcabff3c690317.tar.gz
gpgme-a01ee915e1c14c0e35c8db3890dcabff3c690317.zip
2002-08-20 Marcus Brinkmann <[email protected]>
* gpgme.texi (Importing Keys): Undocument EOF.
-rw-r--r--doc/ChangeLog2
-rw-r--r--doc/gpgme.texi5
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index aa45097b..1bc5adea 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -2,6 +2,8 @@
* gpgme.texi (Importing Keys): Document gpgme_op_import_ext.
+ * gpgme.texi (Importing Keys): Undocument EOF.
+
2002-08-14 Werner Koch <[email protected]>
* gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 904160a4..0df92f58 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -1916,9 +1916,8 @@ More information about the import is available with
The function returns @code{GPGME_No_Error} if the import was completed
successfully, @code{GPGME_Invalid_Value} if @var{keydata} if @var{ctx}
-or @var{keydata} is not a valid pointer, @code{GPGME_No_Data} if
-@var{keydata} is an empty data buffer, and @code{GPGME_EOF} if the
-operation was completed successfully but no data was actually imported.
+or @var{keydata} is not a valid pointer, and @code{GPGME_No_Data} if
+@var{keydata} is an empty data buffer.
@end deftypefun
@deftypefun GpgmeError gpgme_op_import_start (@w{GpgmeCtx @var{ctx}}, @w{GpgmeData @var{keydata}})