| <?xml version="1.0" encoding="UTF-8" ?> |
| |
| <node name="/org/chromium/Buffet/Manager" |
| xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> |
| <interface name="org.chromium.Buffet.Manager"> |
| <tp:docstring> |
| The Manager is responsible for global state of Buffet. It exposes |
| interfaces which affect the entire device such as device registration and |
| device state. |
| </tp:docstring> |
| <method name="StartDevice"> |
| <annotation name="org.chromium.DBus.Method.Kind" value="async"/> |
| </method> |
| <method name="CheckDeviceRegistered"> |
| <arg name="device_id" type="s" direction="out"/> |
| <annotation name="org.chromium.DBus.Method.Kind" value="async"/> |
| </method> |
| <method name="GetDeviceInfo"> |
| <arg name="device_info" type="s" direction="out"/> |
| <annotation name="org.chromium.DBus.Method.Kind" value="async"/> |
| </method> |
| <method name="RegisterDevice"> |
| <arg name="params" type="a{sv}" direction="in"/> |
| <arg name="device_id" type="s" direction="out"/> |
| <annotation name="org.chromium.DBus.Method.Kind" value="async"/> |
| </method> |
| <method name="UpdateState"> |
| <arg name="property_set" type="a{sv}" direction="in"/> |
| <annotation name="org.chromium.DBus.Method.Kind" value="async"/> |
| </method> |
| <method name="AddCommand"> |
| <arg name="json_command" type="s" direction="in"/> |
| <annotation name="org.chromium.DBus.Method.Kind" value="async"/> |
| </method> |
| <method name="TestMethod"> |
| <arg name="message" type="s" direction="in"/> |
| <arg name="echoed_message" type="s" direction="out"/> |
| <annotation name="org.chromium.DBus.Method.Kind" value="simple"/> |
| </method> |
| </interface> |
| </node> |