blob: 2f2a5da3625b7b84675ff0b9cde58701fdd9e6c2 [file] [log] [blame]
Peter Qiu5dd242d2014-10-14 12:23:21 -07001<?xml version="1.0" encoding="UTF-8" ?>
2
3<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensio
4ns-v0">
5 <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>
15 </method>
16 <method name="RemoveService">
17 <tp:docstring>
18 Remove the given access point service.
19 </tp:docstring>
20 <arg name="service" type="o" direction="in">
21 <tp:docstring>
22 Service for managing an access point.
23 </tp:docstring>
24 </arg>
25 </method>
26 </interface>
27</node>