Andrew de los Reyes | 4e9b9f4 | 2010-04-26 15:06:43 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | <!-- COPYRIGHT HERE |
| 3 | dbus-binding-tool -mode=glib-server -prefix=update_engine update_engine.xml |
| 4 | > 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"/> |
Darin Petkov | 296889c | 2010-07-23 16:20:54 -0700 | [diff] [blame] | 10 | <method name="AttemptUpdate"> |
| 11 | <arg type="s" name="app_version" /> |
| 12 | <arg type="s" name="omaha_url" /> |
| 13 | </method> |
Andrew de los Reyes | 4e9b9f4 | 2010-04-26 15:06:43 -0700 | [diff] [blame] | 14 | <method name="GetStatus"> |
| 15 | <arg type="x" name="last_checked_time" direction="out" /> |
| 16 | <arg type="d" name="progress" direction="out" /> |
| 17 | <arg type="s" name="current_operation" direction="out" /> |
| 18 | <arg type="s" name="new_version" direction="out" /> |
| 19 | <arg type="x" name="new_size" direction="out" /> |
| 20 | </method> |
Satoru Takabayashi | 583667b | 2010-10-27 13:09:57 +0900 | [diff] [blame] | 21 | <method name="GetTrack"> |
| 22 | <arg type="s" name="track" direction="out" /> |
| 23 | </method> |
Darin Petkov | 296889c | 2010-07-23 16:20:54 -0700 | [diff] [blame] | 24 | <method name="RebootIfNeeded"> |
Darin Petkov | 5a7f565 | 2010-07-22 21:40:09 -0700 | [diff] [blame] | 25 | </method> |
Darin Petkov | 8daa324 | 2010-10-25 13:28:47 -0700 | [diff] [blame] | 26 | <method name="SetTrack"> |
| 27 | <arg type="s" name="track" /> |
| 28 | </method> |
Andrew de los Reyes | 63b96d7 | 2010-05-10 13:08:54 -0700 | [diff] [blame] | 29 | <signal name="StatusUpdate"> |
| 30 | <arg type="x" name="last_checked_time" /> |
| 31 | <arg type="d" name="progress" /> |
| 32 | <arg type="s" name="current_operation" /> |
| 33 | <arg type="s" name="new_version" /> |
| 34 | <arg type="x" name="new_size" /> |
| 35 | </signal> |
Andrew de los Reyes | 4e9b9f4 | 2010-04-26 15:06:43 -0700 | [diff] [blame] | 36 | </interface> |
| 37 | </node> |