diff options
author | Simon Busch <morphis@gravedo.de> | 2011-11-25 06:52:01 +0100 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-11-25 06:52:01 +0100 |
commit | bfe37a777e32279700632c131779b93aae13808e (patch) | |
tree | a82c1a835db1698611c524be45504cd900889267 | |
parent | 3c98c20f0cc09d6d098f1cc7cf2924d57796d1fd (diff) | |
download | external_libsamsung-ipc-bfe37a777e32279700632c131779b93aae13808e.zip external_libsamsung-ipc-bfe37a777e32279700632c131779b93aae13808e.tar.gz external_libsamsung-ipc-bfe37a777e32279700632c131779b93aae13808e.tar.bz2 |
vapi: some minor corrections to support vala-0.14
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r-- | vapi/samsung-ipc-1.0.vapi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/vapi/samsung-ipc-1.0.vapi b/vapi/samsung-ipc-1.0.vapi index edc2d8c..e010afc 100644 --- a/vapi/samsung-ipc-1.0.vapi +++ b/vapi/samsung-ipc-1.0.vapi @@ -542,7 +542,7 @@ namespace SamsungIpc public uint8 unk0; public uint8 slevel; public uint8 unk1; - [CCode (array_length_cname = "")] + [CCode (array_length = false)] public uint8[] plmn; public uint8 type; public uint16 lac; @@ -562,6 +562,7 @@ namespace SamsungIpc public struct PlmnEntryMessage { public PlmnStatus status; + [CCode (array_length = false)] public uint8[] plmn; public uint8 type; @@ -780,9 +781,13 @@ namespace SamsungIpc [CCode (cname = "struct ipc_misc_me_version", destroy_function = "", free_function = "")] public struct VersionMessage { + [CCode (array_length = false)] public uint8[] sw_version; + [CCode (array_length = false)] public uint8[] hw_version; + [CCode (array_length = false)] public uint8[] cal_date; + [CCode (array_length = false)] public uint8[] misc; public unowned uint8[] data @@ -890,11 +895,17 @@ namespace SamsungIpc public uint8 unk0; public uint8 field_flag; public uint8 unk1; + [CCode (array_length = false)] public uint8[] ip; + [CCode (array_length = false)] public uint8[] dns1; + [CCode (array_length = false)] public uint8[] dns2; + [CCode (array_length = false)] public uint8[] gateway; + [CCode (array_length = false)] public uint8[] subnet_mask; + [CCode (array_length = false)] public uint8[] unk2; public unowned uint8[] data |