blob: 591204ff521478d1a1842af0abc6742d504fd7d8 [file] [log] [blame]
Peter Qiu5dd242d2014-10-14 12:23:21 -07001<?xml version="1.0" encoding="UTF-8" ?>
2
Vitaly Bukaa4630922014-12-11 18:46:46 -08003<node name="/org/chromium/apmanager/Manager"
4 xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
Peter Qiu5dd242d2014-10-14 12:23:21 -07005 <interface name="org.chromium.apmanager.Manager">
6 <method name="CreateService">
7 <tp:docstring>
8 Create an Access Point service instance.
9 </tp:docstring>
10 <arg name="service" type="o" direction="out">
11 <tp:docstring>
12 Service for managing an access point.
13 </tp:docstring>
14 </arg>
Peter Qiu376e4042014-11-13 09:40:28 -080015 <annotation name="org.chromium.DBus.Method.Kind" value="async"/>
Peter Qiufd02b6f2015-02-27 09:55:11 -080016 <annotation name="org.chromium.DBus.Method.IncludeDBusMessage"
17 value="true"/>
Peter Qiu5dd242d2014-10-14 12:23:21 -070018 </method>
19 <method name="RemoveService">
20 <tp:docstring>
21 Remove the given access point service.
22 </tp:docstring>
23 <arg name="service" type="o" direction="in">
24 <tp:docstring>
25 Service for managing an access point.
26 </tp:docstring>
27 </arg>
Peter Qiufd02b6f2015-02-27 09:55:11 -080028 <annotation name="org.chromium.DBus.Method.IncludeDBusMessage"
29 value="true"/>
Peter Qiu5dd242d2014-10-14 12:23:21 -070030 </method>
31 </interface>
32</node>