summaryrefslogtreecommitdiff
path: root/vapi/gnutls.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-09-29 12:50:09 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-09-29 12:56:16 +0200
commit3e35aec677447e472078d2a40535db33c2e3dd1d (patch)
treebed242e193054ff9a3888a7306bbad5caa152d59 /vapi/gnutls.vapi
parent0ab50b0b6a213ff2ba2f52dd81fe08028b1b9f65 (diff)
downloadvala-3e35aec677447e472078d2a40535db33c2e3dd1d.tar.gz
gnutls: Fix free_function ccode-attribute of Certificate
Remove an extra space which breaks null-safe free-wrapper generation. Thanks to getzze https://bugzilla.gnome.org/show_bug.cgi?id=788181
Diffstat (limited to 'vapi/gnutls.vapi')
-rw-r--r--vapi/gnutls.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gnutls.vapi b/vapi/gnutls.vapi
index 67b77c5b2..b7bd2817b 100644
--- a/vapi/gnutls.vapi
+++ b/vapi/gnutls.vapi
@@ -908,7 +908,7 @@ namespace GnuTLS
}
[Compact]
- [CCode (cname = "struct gnutls_x509_crt_int", cprefix = "gnutls_x509_crt_", free_function = "gnutls_x509_crt_deinit ")]
+ [CCode (cname = "struct gnutls_x509_crt_int", cprefix = "gnutls_x509_crt_", free_function = "gnutls_x509_crt_deinit")]
public class Certificate
{
private static int init (out Certificate cert);