summaryrefslogtreecommitdiff
path: root/dbus_bindings/org.chromium.apmanager.Manager.xml
blob: 591204ff521478d1a1842af0abc6742d504fd7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/org/chromium/apmanager/Manager"
      xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
  <interface name="org.chromium.apmanager.Manager">
    <method name="CreateService">
      <tp:docstring>
        Create an Access Point service instance.
      </tp:docstring>
      <arg name="service" type="o" direction="out">
        <tp:docstring>
          Service for managing an access point.
        </tp:docstring>
      </arg>
      <annotation name="org.chromium.DBus.Method.Kind" value="async"/>
      <annotation name="org.chromium.DBus.Method.IncludeDBusMessage"
                  value="true"/>
    </method>
    <method name="RemoveService">
      <tp:docstring>
        Remove the given access point service.
      </tp:docstring>
      <arg name="service" type="o" direction="in">
        <tp:docstring>
          Service for managing an access point.
        </tp:docstring>
      </arg>
      <annotation name="org.chromium.DBus.Method.IncludeDBusMessage"
                  value="true"/>
    </method>
  </interface>
</node>