diff options
author | Andre Heinecke <[email protected]> | 2017-03-22 15:38:35 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2017-03-22 15:43:33 +0000 |
commit | 8ddb42ada46f00d8393f6c2df7d6b79a4a5878f0 (patch) | |
tree | 0c440c121b54f53330e42da51dc561e85227b851 /NEWS | |
parent | qt: Initialize library first in tests (diff) | |
download | gpgme-8ddb42ada46f00d8393f6c2df7d6b79a4a5878f0.tar.gz gpgme-8ddb42ada46f00d8393f6c2df7d6b79a4a5878f0.zip |
cpp: Wrap keylist_from_data
* lang/cpp/data.h, lang/cpp/data.cpp (GpgME::Data::toKeys): New.
--
Doing this in data instead of Context is a bit more idiomatic. But
this could also be added to Context.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ Noteworthy changes in version 1.8.1 (unreleased) cpp: GpgGenCardKeyInteractor NEW. cpp: Subkey::keyGrip NEW. cpp: Subkey::isDeVs NEW. + cpp: Data::toKeys NEW. qt: CryptoConfig::stringValueList() NEW. py: Context.__init__ EXTENDED: New keyword arg home_dir. py: Context.home_dir NEW. |