blob: 9cd9d42f7eb1346d3029740a07353f4e3683c679 [file] [log] [blame]
Andrew de los Reyes4e9b9f42010-04-26 15:06:43 -07001<?xml version="1.0" encoding="UTF-8" ?>
2<!-- COPYRIGHT HERE
3 dbus-binding-tool -mode=glib-server -prefix=update_engine update_engine.xml
4 &gt; glib_server.h
5-->
6<node name="/org/chromium">
7 <interface name="org.chromium.UpdateEngineInterface">
8 <annotation name="org.freedesktop.DBus.GLib.CSymbol"
9 value="update_engine_service"/>
10 <method name="GetStatus">
11 <arg type="x" name="last_checked_time" direction="out" />
12 <arg type="d" name="progress" direction="out" />
13 <arg type="s" name="current_operation" direction="out" />
14 <arg type="s" name="new_version" direction="out" />
15 <arg type="x" name="new_size" direction="out" />
16 </method>
Andrew de los Reyes63b96d72010-05-10 13:08:54 -070017 <method name="CheckForUpdate">
18 </method>
Darin Petkov5a7f5652010-07-22 21:40:09 -070019 <method name="AttemptUpdate">
20 <arg type="s" name="app_version" />
21 <arg type="s" name="omaha_url" />
22 </method>
Andrew de los Reyes63b96d72010-05-10 13:08:54 -070023 <signal name="StatusUpdate">
24 <arg type="x" name="last_checked_time" />
25 <arg type="d" name="progress" />
26 <arg type="s" name="current_operation" />
27 <arg type="s" name="new_version" />
28 <arg type="x" name="new_size" />
29 </signal>
Andrew de los Reyes4e9b9f42010-04-26 15:06:43 -070030 </interface>
31</node>