| <?xml version="1.0" encoding="UTF-8" ?> |
| |
| <node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> |
| <interface name="org.chromium.Buffet.Command"> |
| <method name="SetProgress"> |
| <arg name="progress" type="i" direction="in"/> |
| <annotation name="org.chromium.DBus.Method.Kind" value="normal"/> |
| </method> |
| <method name="SetResults"> |
| <arg name="results" type="a{sv}" direction="in"/> |
| <annotation name="org.chromium.DBus.Method.Kind" value="normal"/> |
| </method> |
| <method name="Abort"> |
| <tp:docstring> |
| Mark the command as aborted. This tells the cloud that the device did |
| not successfully complete executing the command. |
| </tp:docstring> |
| <annotation name="org.chromium.DBus.Method.Kind" value="simple"/> |
| </method> |
| <method name="Cancel"> |
| <tp:docstring> |
| Mark the command as cancelled. Unlike Abort() this should be used when |
| the device detects a user request to cancel a command. |
| </tp:docstring> |
| <annotation name="org.chromium.DBus.Method.Kind" value="simple"/> |
| </method> |
| <method name="Done"> |
| <tp:docstring> |
| Mark the command as successfully completed. |
| </tp:docstring> |
| <annotation name="org.chromium.DBus.Method.Kind" value="simple"/> |
| </method> |
| <property name="Name" type="s" access="read"/> |
| <property name="Category" type="s" access="read"/> |
| <property name="Id" type="s" access="read"/> |
| <property name="Status" type="s" access="read"/> |
| <property name="Progress" type="i" access="read"/> |
| <property name="Parameters" type="a{sv}" access="read"/> |
| <property name="Results" type="a{sv}" access="read"/> |
| </interface> |
| </node> |