blob: 11c804fb7a2e0b665e462a294544124a5652a4eb [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>
17 </interface>
18</node>