Name

Pkg::CallbackStartPatchDownload — Register callback function

Synopsis

void CallbackStartPatchDownload ( string func );
 

Parameters

string func

Name of the callback handler function. Required callback prototype is void(string filename, integer download_size). If the download size is unknown download_size is 0. The callback function is evaluated when a patch download has been started.

Return

void