Bump version to keep in sync with libfso-glib
[specs.git] / xml / org.freesmartphone.Phone.Call.xml
blob130d8767aaeb87dcc12fadcd875b95ec38fe22ea
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">
3 <node name="/">
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"/>
9     </method>
10     <method name="Initiate">
11       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
12       <arg type="s" name="status" direction="out"/>
13     </method>
14     <method name="Activate">
15       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
16       <arg type="s" name="status" direction="out"/>
17     </method>
18     <method name="Release">
19       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
20       <arg type="s" name="status" direction="out"/>
21     </method>
22     <method name="GetStatus">
23       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
24       <arg type="s" name="status" direction="out"/>
25     </method>
26     <method name="Remove">
27       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
28     </method>
29     <signal name="Incoming"/>
30     <signal name="Outgoing"/>
31     <signal name="Released"/>
32     <signal name="Activated"/>
33   </interface>
34 </node>