[vala/wip/tintou/linux-connector: 108/108] Rename CnMsg to Message, remove destroy_function



commit d707315d9f1e006a29276ef516c31b2a3608fa6a
Author: Corentin Noël <corentin elementary io>
Date:   Wed Mar 6 17:17:10 2019 +0100

    Rename CnMsg to Message, remove destroy_function

 vapi/linux.vapi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/vapi/linux.vapi b/vapi/linux.vapi
index 54e7e47c1..b9210fbf7 100644
--- a/vapi/linux.vapi
+++ b/vapi/linux.vapi
@@ -3308,14 +3308,14 @@ namespace Linux {
         [CCode (cname="CN_NETLINK_USERS")]
         public const int NETLINK_USERS;
 
-        [CCode (cname = "struct cb_id", has_type_id = false, destroy_function = "")]
+        [CCode (cname = "struct cb_id", has_type_id = false)]
         public struct CbId {
-            public Linux.Connector.IDX idx;
+            public Linux.Connector.Idx idx;
             public Linux.Connector.Val val;
         }
 
-        [CCode (cname = "struct cn_msg", has_type_id = false, destroy_function = "")]
-        public struct CnMsg {
+        [CCode (cname = "struct cn_msg", has_type_id = false)]
+        public struct Message {
             public Linux.Connector.CbId id;
 
             public uint32 seq;
@@ -3334,7 +3334,7 @@ namespace Linux {
         }
 
         [CCode (cname = "__u32", has_type_id = false, cprefix = "CN_IDX_")]
-        public enum IDX {
+        public enum Idx {
             PROC,
             CIFS,
             [CCode (cname = "CN_W1_IDX")]


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