aboutsummaryrefslogtreecommitdiffstats
path: root/fsoaudiod
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2012-01-04 21:23:38 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2012-01-04 21:23:38 +0100
commit3c5befce20e02cb3813b6e787370509e08532b2b (patch)
treeb0a2268f1721ff996ca980c58315be221fae0e16 /fsoaudiod
parent6105e1426b1b311d0f72fcdd936d6587a8fff0c2 (diff)
downloadcornucopia-3c5befce20e02cb3813b6e787370509e08532b2b.tar.gz
cornucopia-3c5befce20e02cb3813b6e787370509e08532b2b.tar.bz2
cornucopia-3c5befce20e02cb3813b6e787370509e08532b2b.zip
fsoaudiod: libcmtspeechdata.vapi: explicitely name the typedefed structs we add with CCode/cname
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'fsoaudiod')
-rw-r--r--fsoaudiod/vapi/libcmtspeechdata.vapi8
1 files changed, 4 insertions, 4 deletions
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;