Name

Pkg::CallbackStartDeltaDownload — Register callback function

Synopsis

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

Return

void