OnlineUpdateCallbacks.ycp
|
|
- Cornelius Schumacher <cschum@suse.de>
- Purpose: provides the Callbacks for the online update
|
|
Includes
- online_update_dialogs.ycp
Global Functions
|
|
|
global ProgressCallback (integer num) -> boolean
|
|
Callback for YOU progress widget.
- Parameters:
global PatchProgressCallback (integer num, string pkg) -> boolean
|
|
Callback for YOU patch progress widget.
- Parameters:
global ExecuteYcpScriptCallback (string script) -> boolean
|
|
Callback for executing YCP scripts in YOU.
- Parameters:
global ScriptProgressCallback (integer percent) -> boolean
|
|
Callback for showing script execution progress in YOU.
- Parameters:
global OnlineUpdateCallbacks () -> void
|
|
Constructor
|