| Index: src/platform/update_engine/update_engine.xml
|
| diff --git a/src/platform/update_engine/update_engine.xml b/src/platform/update_engine/update_engine.xml
|
| index 11c804fb7a2e0b665e462a294544124a5652a4eb..f5faaeb2398edbe3d445bc35e86652b9a0bfb1a0 100644
|
| --- a/src/platform/update_engine/update_engine.xml
|
| +++ b/src/platform/update_engine/update_engine.xml
|
| @@ -14,5 +14,14 @@
|
| <arg type="s" name="new_version" direction="out" />
|
| <arg type="x" name="new_size" direction="out" />
|
| </method>
|
| + <method name="CheckForUpdate">
|
| + </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>
|
|
|