0e04435db74725ae6d58b43eb2b60989e066e0ca
[vicar] / src / data / xml / org.maemo.vicar.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3 <interface name="org.maemo.vicar">
4         <method name="startOutgoingCallMonitor">
5                 <arg direction="out" type="b"/>
6         </method>
7
8         <method name="stopOutgoingCallMonitor">
9                 <arg direction="out" type="b"/>
10         </method>
11
12         <method name="isRunning">
13                 <arg direction="out" type="b"/>
14         </method>
15
16         <method name="callInternationalNumber">
17             <arg direction="in" type="s" name="number"/>            
18             <arg direction="out" type="s"/>
19       </method>
20 </interface>
21 </node>