[vala/0.38] gnutls: Fix free_function ccode-attribute of Certificate
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.38] gnutls: Fix free_function ccode-attribute of Certificate
- Date: Thu, 5 Oct 2017 20:54:43 +0000 (UTC)
commit fac9eb296f33ea85c4d98406f06ab71ebf0618e5
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Sep 29 12:50:09 2017 +0200
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
vapi/gnutls.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gnutls.vapi b/vapi/gnutls.vapi
index 67b77c5..b7bd281 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]