summaryrefslogtreecommitdiff
path: root/dbus_bindings/org.chromium.apmanager.Service.xml
blob: c17a2f9fe740acc76bb2c60112abdf74cd977d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" ?>

<node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
  <interface name="org.chromium.apmanager.Service">
    <method name="Start">
      <tp:docstring>
        Start the service.
      </tp:docstring>
    </method>
    <method name="Stop">
      <tp:docstring>
        Stop the service.
      </tp:docstring>
    </method>
    <property name="Config" type="o" access="read"/>
    <property name="State" type="s" access="read"/>
  </interface>
</node>