Initial Import
[profile/ivi/hfdialer.git] / src / dbus / org.ofono.voicecall.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node name="">
4         <interface name="org.ofono.VoiceCall">
5                 <method name="GetProperties">
6                         <arg type="a{sv}" direction="out"/>
7                         <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
8                 </method>
9                 <method name="Deflect">
10                         <arg type="s" direction="in"/>
11                 </method>
12                 <method name="Hangup"/>
13                 <method name="Answer"/>
14                 <signal name="PropertyChanged">
15                         <arg type="s"/>
16                         <arg type="v"/>
17                 </signal>
18                 <signal name="DisconnectReason">
19                         <arg type="s"/>
20                 </signal>
21         </interface>
22 </node>