Add sample application[phone]
[staging/soundmanager.git] / sample / phone / telephony-binding / gdbus / api / ofono_voice_call.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                 </method>
8                 <method name="SetProperty">
9                         <arg type="s" direction="in"/>
10                         <arg type="v" direction="in"/>
11                 </method>
12                 <method name="Answer"/>
13                 <method name="Hangup"/>
14                 <method name="Deflect">
15                         <arg type="s" direction="in"/>
16                 </method>
17                 <signal name="PropertyChanged">
18                         <arg type="s"/>
19                         <arg type="v"/>
20                 </signal>
21                 <signal name="DisconnectReason">
22                         <arg type="s"/>
23                 </signal>
24         </interface>
25 </node>