2002-08-20 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 20 Aug 2002 15:44:48 +0000 (15:44 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 20 Aug 2002 15:44:48 +0000 (15:44 +0000)
* gpgme.texi (Importing Keys): Undocument EOF.

doc/ChangeLog
doc/gpgme.texi

index aa45097bf695b1704ccbe22dbf0a0bcd6e233cf1..1bc5adea8e3e6e745c2719ddaba05899ba1fe756 100644 (file)
@@ -2,6 +2,8 @@
 
        * gpgme.texi (Importing Keys): Document gpgme_op_import_ext.
 
+       * gpgme.texi (Importing Keys): Undocument EOF.
+
 2002-08-14  Werner Koch  <wk@gnupg.org>
 
        * gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.
index 904160a4e03313c4d085aea033374c785c5595ab..0df92f5855b628a9b5f3c95aae1c0aff66325bfa 100644 (file)
@@ -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}})