From e2d801b5f74b60c38a75310066c48468c8a4bc93 Mon Sep 17 00:00:00 2001 From: hrxi Date: Sun, 4 Jun 2023 09:24:16 +0200 Subject: Merge `gpgme-vala` into `openpgp` plugin There's no reason for it to be a statically linked library anymore, it can be directly compiled into the plugin. --- plugins/openpgp/src/gpgme_fix.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/openpgp/src/gpgme_fix.h (limited to 'plugins/openpgp/src/gpgme_fix.h') diff --git a/plugins/openpgp/src/gpgme_fix.h b/plugins/openpgp/src/gpgme_fix.h new file mode 100644 index 00000000..714614fc --- /dev/null +++ b/plugins/openpgp/src/gpgme_fix.h @@ -0,0 +1,12 @@ +#ifndef GPGME_FIX +#define GPGME_FIX 1 + +#include +#include + +extern GRecMutex gpgme_global_mutex; + +gpgme_key_t gpgme_key_ref_vapi (gpgme_key_t key); +gpgme_key_t gpgme_key_unref_vapi (gpgme_key_t key); + +#endif -- cgit v1.2.3-54-g00ecf