[vala] linux: Squash declaration of multiple CCode into a single CCode attribute
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] linux: Squash declaration of multiple CCode into a single CCode attribute
- Date: Thu, 8 Dec 2011 10:13:18 +0000 (UTC)
commit 7436d805580c68799dda3ce0093ca0601e66252a
Author: Simon Busch <morphis gravedo de>
Date: Thu Nov 24 17:51:12 2011 +0100
linux: Squash declaration of multiple CCode into a single CCode attribute
vapi/linux.vapi | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/vapi/linux.vapi b/vapi/linux.vapi
index 3764197..3e1de3f 100644
--- a/vapi/linux.vapi
+++ b/vapi/linux.vapi
@@ -1028,8 +1028,7 @@ namespace Linux {
[CCode (cheader_filename = "execinfo.h")]
public int backtrace (void* buffer, int size);
- [CCode (cheader_filename = "execinfo.h")]
- [CCode (array_length = false)]
+ [CCode (cheader_filename = "execinfo.h", array_length = false)]
public string[] backtrace_symbols (void* buffer, int size);
[CCode (cheader_filename = "execinfo.h")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]