[vala/wip/tintou/linux-connector: 50/50] Rename CbId and CnMsg to CallbackId and Message, remove destroy_function
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/tintou/linux-connector: 50/50] Rename CbId and CnMsg to CallbackId and Message, remove destroy_function
- Date: Sat, 15 Jun 2019 07:32:10 +0000 (UTC)
commit 5ee888da90436fd5aac21feac5805c70f2946e47
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]