diff options
author | Marcus Brinkmann <[email protected]> | 2003-06-06 00:56:03 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-06-06 00:56:03 +0000 |
commit | a8fe22ca6ba1ef72e603611b6b72b65a701e1575 (patch) | |
tree | ed8b196feee76d988200439cc83e5372d553dec4 /NEWS | |
parent | Fix last change. (diff) | |
download | gpgme-a8fe22ca6ba1ef72e603611b6b72b65a701e1575.tar.gz gpgme-a8fe22ca6ba1ef72e603611b6b72b65a701e1575.zip |
doc/
2003-06-06 Marcus Brinkmann <[email protected]>
* gpgme.texi (Crypto Operations): Rename gpgme_invalid_user_id_t
to gpgme_invalid_key_t.
gpgme/
2003-06-06 Marcus Brinkmann <[email protected]>
* op-support.c (_gpgme_parse_inv_userid): Rename to
_gpgme_parse_inv_recp and change to new datatype.
* ops.h (_gpgme_parse_inv_key): Fix prototype.
* gpgme.h (struct _gpgme_invalid_user_id): Rename to
__gpgme_invalid_key. Rename field ID to KEY.
(gpgme_invalid_user_id_t): Rename to gpgme_invalid_key_t.
(struct _gpgme_op_encrypt_result): Here, too.
(struct _gpgme_op_sign_result): Likewise.
* encrypt.c (struct op_data): Likewise.
(release_op_data): Likewise.
* sign.c (struct op_data): Likewise.
(release_op_data): Likewise.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -198,7 +198,7 @@ Noteworthy changes in version 0.4.1 (unreleased) * The new gpgme_op_sign_result function provides detailed information about the result of a signing operation in gpgme_sign_result_t, - gpgme_invalid_user_id_t and gpgme_new_signature_t objects. + gpgme_invalid_key_t and gpgme_new_signature_t objects. * The new gpgme_op_encrypt_result function provides detailed information about the result of an encryption operation in @@ -352,7 +352,7 @@ gpgme_import_status_t NEW gpgme_import_result_t NEW gpgme_pubkey_algo_t NEW gpgme_hash_algo_t NEW -gpgme_invalid_user_id_t NEW +gpgme_invalid_key_t NEW gpgme_new_signature_t NEW gpgme_sign_result_t NEW gpgme_op_sign_result NEW |