1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <interface name="org.freesmartphone.Phone.Call">
5 <error name="Unauthorized"/>
6 <method name="GetPeer">
7 <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
8 <arg type="s" name="peer" direction="out"/>
10 <method name="Initiate">
11 <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
12 <arg type="s" name="status" direction="out"/>
14 <method name="Activate">
15 <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
16 <arg type="s" name="status" direction="out"/>
18 <method name="Release">
19 <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
20 <arg type="s" name="status" direction="out"/>
22 <method name="GetStatus">
23 <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
24 <arg type="s" name="status" direction="out"/>
26 <method name="Remove">
27 <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
29 <signal name="Incoming"/>
30 <signal name="Outgoing"/>
31 <signal name="Released"/>
32 <signal name="Activated"/>