[vala/wip/tintou/linux-connector] Rename CbId and CnMsg to CallbackId and Message, remove destroy_function
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/tintou/linux-connector] Rename CbId and CnMsg to CallbackId and Message, remove destroy_function
- Date: Wed, 6 Mar 2019 16:18:14 +0000 (UTC)
commit 477e93e180a4a9aa21e20275e85304276abf8667
Author: Corentin Noël <corentin elementary io>
Date: Wed Mar 6 17:17:10 2019 +0100
Rename CbId and CnMsg to CallbackId and 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 aab29b4cd..63c956a5b 100644
--- a/vapi/linux.vapi
+++ b/vapi/linux.vapi
@@ -3218,15 +3218,15 @@ namespace Linux {
[CCode (cname="CN_NETLINK_USERS")]
public const int NETLINK_USERS;
- [CCode (cname = "struct cb_id", has_type_id = false, destroy_function = "")]
- public struct CbId {
+ [CCode (cname = "struct cb_id", has_type_id = false)]
+ public struct CallbackId {
public Linux.Connector.IDX idx;
public Linux.Connector.Val val;
}
- [CCode (cname = "struct cn_msg", has_type_id = false, destroy_function = "")]
- public struct CnMsg {
- public Linux.Connector.CbId id;
+ [CCode (cname = "struct cn_msg", has_type_id = false)]
+ public struct Message {
+ public Linux.Connector.CallbackId id;
public uint32 seq;
public uint32 ack;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]