From 125867f268f2a49ff060a7adc859500500b77025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Tue, 9 Aug 2022 09:35:19 +0200 Subject: cpp: Add support for gpgme_op_set_uid_flag * lang/cpp/src/context.cpp, lang/cpp/src/context.h (Context::setPrimaryUid, Context::startSetPrimaryUid): New. -- GnuPG-bug-id: 5938 --- lang/cpp/src/context.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang/cpp/src/context.h') diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index 405d54ea..7bd1b03d 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -295,6 +295,9 @@ public: Error revUid(const Key &key, const char *userid); Error startRevUid(const Key &key, const char *userid); + Error setPrimaryUid(const Key &key, const char *userid); + Error startSetPrimaryUid(const Key &key, const char *userid); + Error createSubkey(const Key &key, const char *algo, unsigned long reserved = 0, unsigned long expires = 0, -- cgit v1.2.3