From 3c5befce20e02cb3813b6e787370509e08532b2b Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Wed, 4 Jan 2012 21:23:38 +0100 Subject: fsoaudiod: libcmtspeechdata.vapi: explicitely name the typedefed structs we add with CCode/cname Signed-off-by: Klaus Kurzmann --- fsoaudiod/vapi/libcmtspeechdata.vapi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fsoaudiod') diff --git a/fsoaudiod/vapi/libcmtspeechdata.vapi b/fsoaudiod/vapi/libcmtspeechdata.vapi index d38552dc..241fb107 100644 --- a/fsoaudiod/vapi/libcmtspeechdata.vapi +++ b/fsoaudiod/vapi/libcmtspeechdata.vapi @@ -115,7 +115,7 @@ namespace CmtSpeech public EventData msg; } - [CCode (destroy_function = "", cheader_filename = "libcmtspeechdata.h")] + [CCode (cname = "CmtSpeechEventData", destroy_function = "", cheader_filename = "libcmtspeechdata.h")] public struct EventData { public SsiConfigResp ssi_config_resp; @@ -123,7 +123,7 @@ namespace CmtSpeech public TimingConfigNtf timing_config_ntf; } - [CCode (destroy_function = "", cheader_filename = "libcmtspeechdata.h")] + [CCode (cname = "CmtSpeechSsiConfigResp", destroy_function = "", cheader_filename = "libcmtspeechdata.h")] public struct SsiConfigResp { public uint8 layout; @@ -131,7 +131,7 @@ namespace CmtSpeech public uint8 result; } - [CCode (destroy_function = "", cheader_filename = "libcmtspeechdata.h")] + [CCode (cname = "CmtSpeechConfigReq", destroy_function = "", cheader_filename = "libcmtspeechdata.h")] public struct SpeechConfigReq { public uint8 speech_data_stream; @@ -143,7 +143,7 @@ namespace CmtSpeech public bool layout_changed; } - [CCode (destroy_function = "", cheader_filename = "libcmtspeechdata.h")] + [CCode (cname = "CmtSpeechTimingConfigNtf", destroy_function = "", cheader_filename = "libcmtspeechdata.h")] public struct TimingConfigNtf { uint16 msec; -- cgit v1.2.3