aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-02-15 08:45:46 +0000
committerJustus Winter <[email protected]>2017-02-15 15:34:37 +0000
commit6df6e01ed5a581765d245bf7303cda4497d0eb22 (patch)
tree91633e21cf6f6a5d4ecb63f6978c59162c66d0b9 /NEWS
parentpython: Wrap utility functions. (diff)
downloadgpgme-6df6e01ed5a581765d245bf7303cda4497d0eb22.tar.gz
gpgme-6df6e01ed5a581765d245bf7303cda4497d0eb22.zip
core: Fix error types.
* NEWS: Update. * src/data.c (gpgme_data_set_flag): Return a 'gpgme_error_t'. * src/error.c (gpgme_strerror_r): Fix type of first argument. * src/gpgme.h.in (gpgme_strerror_r): Adapt. (gpgme_data_set_flag): Likewise. -- Fix for consistency. This should not pose problems, because typedef gpg_error_t gpgme_error_t. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a974ec76..07358829 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ Noteworthy changes in version 1.8.1 (unreleased)
* Interface changes relative to the 1.8.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ gpgme_strerror_r CHANGED: Use gpgme_error_t (compatible type).
+ gpgme_data_set_flag CHANGED: Return gpgme_error_t (compatible type).
cpp: Context::revUid(const Key&, const char*) NEW.
cpp: Context::startRevUid(const Key&, const char*) NEW.
cpp: Context::addUid(const Key&, const char*) NEW.