[vala/wip/tintou/linux-connector: 291/291] 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: 291/291] Rename CbId and CnMsg to CallbackId and Message, remove destroy_function
- Date: Thu, 23 Jan 2020 16:25:44 +0000 (UTC)
commit 33f1a48e4fdead92902a423cf29452e81e0d9f72
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 53ba689b1..e766e1a8d 100644
--- a/vapi/linux.vapi
+++ b/vapi/linux.vapi
@@ -3304,15 +3304,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]