blob: 7e2eadb195c32891d4fffa69df023a55209516a3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
dbus-binding-tool -mode=glib-server -prefix=speech_synthesis speech_synthesis.xml
&gt; bindings/server.h
-->
<node name="/org/chromium/">
<interface name="org.chromium.SpeechSynthesizerInterface">
<annotation name="org.freedesktop.DBus.GLib.CSymbol"
value="speech_synthesizer"/>
<method name="Speak">
<arg type="s" name="text" direction="in" />
</method>
<method name="SetProperties">
<arg type="s" name="text" direction="in" />
</method>
<method name="Stop">
</method>
<method name="IsSpeaking">
<arg type="b" name="done" direction="out" />
</method>
</interface>
</node>