From: Simon Busch Date: Thu, 24 Nov 2011 16:51:12 +0000 (+0100) Subject: linux: Squash declaration of multiple CCode into a single CCode attribute X-Git-Tag: 0.14.2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40fa2b1c37c054a5eae04d9de128d8695643bd14;p=thirdparty%2Fvala.git linux: Squash declaration of multiple CCode into a single CCode attribute --- diff --git a/vapi/linux.vapi b/vapi/linux.vapi index 3764197e5..3e1de3fc6 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")]