blob: 2008d2d3cdbf9985261e695fe8808f36f1af45e2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!-- COPYRIGHT HERE
dbus-binding-tool -mode=glib-server -prefix=update_engine update_engine.xml
&gt; glib_server.h
-->
<node name="/org/chromium">
<interface name="org.chromium.UpdateEngineInterface">
<annotation name="org.freedesktop.DBus.GLib.CSymbol"
value="update_engine_service"/>
<method name="AttemptUpdate">
<arg type="s" name="app_version" />
<arg type="s" name="omaha_url" />
</method>
<method name="GetStatus">
<arg type="x" name="last_checked_time" direction="out" />
<arg type="d" name="progress" direction="out" />
<arg type="s" name="current_operation" direction="out" />
<arg type="s" name="new_version" direction="out" />
<arg type="x" name="new_size" direction="out" />
</method>
<method name="GetTrack">
<arg type="s" name="track" direction="out" />
</method>
<method name="RebootIfNeeded">
</method>
<method name="SetTrack">
<arg type="s" name="track" />
</method>
<signal name="StatusUpdate">
<arg type="x" name="last_checked_time" />
<arg type="d" name="progress" />
<arg type="s" name="current_operation" />
<arg type="s" name="new_version" />
<arg type="x" name="new_size" />
</signal>
</interface>
</node>