2003-04-25 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Importing Keys): Remove note about gpgme_get_op_info. (Detailed Results): Remove note about import.
This commit is contained in:
parent
8cfb3cdd07
commit
d99f1faa17
@ -1,5 +1,8 @@
|
|||||||
2003-04-25 Marcus Brinkmann <marcus@g10code.de>
|
2003-04-25 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgme.texi (Importing Keys): Remove note about gpgme_get_op_info.
|
||||||
|
(Detailed Results): Remove note about import.
|
||||||
|
|
||||||
* gpgme.texi (Importing Keys): Add documentation for
|
* gpgme.texi (Importing Keys): Add documentation for
|
||||||
GpgmeImportStatus, GpgmeImportResult and gpgme_op_import_result.
|
GpgmeImportStatus, GpgmeImportResult and gpgme_op_import_result.
|
||||||
|
|
||||||
|
@ -2263,9 +2263,6 @@ The function @code{gpgme_op_import} adds the keys in the data buffer
|
|||||||
The format of @var{keydata} can be @var{ASCII} armored, for example,
|
The format of @var{keydata} can be @var{ASCII} armored, for example,
|
||||||
but the details are specific to the crypto engine.
|
but the details are specific to the crypto engine.
|
||||||
|
|
||||||
More information about the import is available with
|
|
||||||
@code{gpgme_get_op_info}. @xref{Detailed Results}.
|
|
||||||
|
|
||||||
The function returns @code{GPGME_No_Error} if the import was completed
|
The function returns @code{GPGME_No_Error} if the import was completed
|
||||||
successfully, @code{GPGME_Invalid_Value} if @var{keydata} if @var{ctx}
|
successfully, @code{GPGME_Invalid_Value} if @var{keydata} if @var{ctx}
|
||||||
or @var{keydata} is not a valid pointer, and @code{GPGME_No_Data} if
|
or @var{keydata} is not a valid pointer, and @code{GPGME_No_Data} if
|
||||||
@ -3171,8 +3168,7 @@ Here is a sample of the information that might be returned:
|
|||||||
@end example
|
@end example
|
||||||
|
|
||||||
Currently, the only operations that return additional information are
|
Currently, the only operations that return additional information are
|
||||||
encrypt, sign and import. @xref{Encrypt}, @xref{Sign},
|
encrypt, sign. @xref{Encrypt}, @xref{Sign}.
|
||||||
@xref{Importing Keys}.
|
|
||||||
|
|
||||||
The function returns a string or @code{NULL} if no such data is
|
The function returns a string or @code{NULL} if no such data is
|
||||||
available.
|
available.
|
||||||
|
Loading…
Reference in New Issue
Block a user