diff options
author | fiaxh <git@lightrise.org> | 2023-10-07 16:53:37 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2023-10-07 16:54:09 +0200 |
commit | 8cb195a2749b0335c8d5fefc2d4fb78023cffe71 (patch) | |
tree | df92e8df02e48bae8b5be1e812d526212f16cf27 /plugins/openpgp/vapi/gpgme.vapi | |
parent | 1e167eeea67f18f3d5788dc34d97d94e6f401499 (diff) | |
download | dino-8cb195a2749b0335c8d5fefc2d4fb78023cffe71.tar.gz dino-8cb195a2749b0335c8d5fefc2d4fb78023cffe71.zip |
Fix crash due to gpg binding issue
Diffstat (limited to 'plugins/openpgp/vapi/gpgme.vapi')
-rw-r--r-- | plugins/openpgp/vapi/gpgme.vapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/openpgp/vapi/gpgme.vapi b/plugins/openpgp/vapi/gpgme.vapi index 10fdb89d..2fc27c65 100644 --- a/plugins/openpgp/vapi/gpgme.vapi +++ b/plugins/openpgp/vapi/gpgme.vapi @@ -38,7 +38,7 @@ namespace GPG { } [Compact] - [CCode (cname = "struct _gpgme_key", ref_function = "gpgme_key_ref", ref_function_void = true, unref_function = "gpgme_key_unref", free_function = "gpgme_key_release")] + [CCode (cname = "struct _gpgme_key", ref_function = "gpgme_key_ref_vapi", unref_function = "gpgme_key_unref_vapi", free_function = "gpgme_key_release")] public class Key { public bool revoked; public bool expired; |