diff options
author | Andre Heinecke <[email protected]> | 2023-06-16 10:30:51 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2023-06-16 10:35:36 +0000 |
commit | cbcea4a09b1309a4bd822247a8dfcdcb73041f9c (patch) | |
tree | feac6465e41d87b3b016484a246f70b4ff91a95a /NEWS | |
parent | core: Send a input-size-hint for gpgsm. (diff) | |
download | gpgme-cbcea4a09b1309a4bd822247a8dfcdcb73041f9c.tar.gz gpgme-cbcea4a09b1309a4bd822247a8dfcdcb73041f9c.zip |
cpp: Expose gpgme_data_set_flag through cpp API
* lang/cpp/src/data.cpp (Data::setFlag): New.
* lang/cpp/src/data.h: Update accordingly.
* NEWS: Mention this.
--
This exposes the generic flag mechanism for data to users
of the C++ library. It is similar to Context::setFlag but
has no getter.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Noteworthy changes in version 1.21.0 (unreleased) * Error::isCanceled now also returns true for error code GPG_ERR_FULLY_CANCELED. [T6510] +* Interface changes relative to the 1.20.0 release: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cpp: Data::setFlag NEW. Noteworthy changes in version 1.20.0 (2023-04-20) ------------------------------------------------- |