Home | History | Annotate | Download | only in dbus_bindings
      1 <?xml version="1.0" encoding="UTF-8" ?>
      2 
      3 <node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
      4   <interface name="org.chromium.apmanager.Service">
      5     <method name="Start">
      6       <tp:docstring>
      7         Start the service.
      8       </tp:docstring>
      9       <annotation name="org.chromium.DBus.Method.Kind" value="async"/>
     10     </method>
     11     <method name="Stop">
     12       <tp:docstring>
     13         Stop the service.
     14       </tp:docstring>
     15     </method>
     16     <property name="Config" type="o" access="read"/>
     17     <property name="State" type="s" access="read"/>
     18   </interface>
     19 </node>
     20