summaryrefslogtreecommitdiff
path: root/dbus_bindings/org.chromium.apmanager.Manager.dbus-xml
blob: 0934d2debd1628d4d1bc8435119bef1ad1c6460d (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
<?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.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>