[vala/0.14] linux: Set array_length=false for IfReq.ifr_name



commit d19d662efb149ddef45506ec486054159d9f7dac
Author: Simon Busch <morphis gravedo de>
Date:   Thu Nov 24 17:49:15 2011 +0100

    linux: Set array_length=false for IfReq.ifr_name

 vapi/linux.vapi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/linux.vapi b/vapi/linux.vapi
index 89419a6..3764197 100644
--- a/vapi/linux.vapi
+++ b/vapi/linux.vapi
@@ -1283,6 +1283,7 @@ namespace Linux {
 
         [CCode (cname = "struct ifreq", has_type_id = false, cheader_filename = "netinet/in.h,linux/if.h", destroy_function = "")]
         public struct IfReq {
+            [CCode (array_length = false)]
             public char[] ifr_name;
             public Posix.SockAddr ifr_addr;
             public Posix.SockAddr ifr_dstaddr;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]