2002-08-20 Marcus Brinkmann <marcus@g10code.de>

* gpgme.texi (Importing Keys): Undocument EOF.
This commit is contained in:
Marcus Brinkmann 2002-08-20 15:44:48 +00:00
parent bfbe265613
commit a01ee915e1
2 changed files with 4 additions and 3 deletions

View 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.

View 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}})