YaST2 Developers Documentation: OnlineUpdateCallbacks.ycp



functions
files
intro

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:
num

global PatchProgressCallback (integer num, string pkg) -> boolean

Callback for YOU patch progress widget.

Parameters:
num
pkg

global ExecuteYcpScriptCallback (string script) -> boolean

Callback for executing YCP scripts in YOU.

Parameters:
script

global ScriptProgressCallback (integer percent) -> boolean

Callback for showing script execution progress in YOU.

Parameters:
percent

global OnlineUpdateCallbacks () -> void

Constructor


YaST2 Developers Documentation