Name

Pkg::CallbackStartDeltaDownload — Register callback function

Synopsis

void CallbackStartDeltaDownload ( string args );
 

Parameters

string args

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 delta RPM download has been started.

Return

void