diff options
author | Werner Koch <[email protected]> | 2025-02-21 09:28:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-21 09:42:30 +0000 |
commit | d54d6eaa642ba6de179ef280930525c7367c9b88 (patch) | |
tree | b2c346be23a7981bd71322c1c0240ed42809b364 /src/gpgme.def | |
parent | NEWS: Fix typos (diff) | |
download | gpgme-d54d6eaa642ba6de179ef280930525c7367c9b88.tar.gz gpgme-d54d6eaa642ba6de179ef280930525c7367c9b88.zip |
Remove long deprecated functions.
* src/gpgme.h.in (GPGME_EXPORT_MODE_NOUID): Remove. This was a
left-over from an experiment.
(gpgme_attr_t,_gpgme_attr_t) Remove. Deprecated sinze 2003.
(gpgme_get_sig_ulong_attr): Ditto.
(gpgme_get_sig_string_attr): Ditto.
(gpgme_key_get_string_attr): Ditto.
(gpgme_key_get_ulong_attr): Ditto.
(gpgme_key_sig_get_string_attr): Ditto.
(gpgme_key_sig_get_ulong_attr): Ditto.
(gpgme_trust_item_get_string_attr): Ditto.
(gpgme_trust_item_get_int_attr): Ditto.
* src/gpgme.def: Remove them here too.
* src/libgpgme.vers: Ditto.
* src/trust-item.c: Remove corresponding implementations.
* src/verify.c: Ditto.
* src/key.c: Ditto.
Diffstat (limited to 'src/gpgme.def')
-rw-r--r-- | src/gpgme.def | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gpgme.def b/src/gpgme.def index 26cc7181..7303fb86 100644 --- a/src/gpgme.def +++ b/src/gpgme.def @@ -127,16 +127,8 @@ EXPORTS gpgme_data_new_with_read_cb @98 gpgme_data_rewind @99 gpgme_get_sig_status @100 - gpgme_get_sig_string_attr @101 - gpgme_get_sig_ulong_attr @102 gpgme_get_sig_key @103 - gpgme_key_get_string_attr @104 - gpgme_key_get_ulong_attr @105 - gpgme_key_sig_get_string_attr @106 - gpgme_key_sig_get_ulong_attr @107 gpgme_op_import_ext @108 - gpgme_trust_item_get_int_attr @109 - gpgme_trust_item_get_string_attr @110 gpgme_trust_item_release @111 gpgme_set_engine_info @112 @@ -289,4 +281,3 @@ EXPORTS gpgme_op_setownertrust @213 gpgme_op_setownertrust_start @214 ; END - |