Name

Pkg::CallbackProblemDeltaDownload — Register callback function

Synopsis

void CallbackProblemDeltaDownload ( string  func );

Parameters

string func

Name of the callback handler function. Required callback prototype is void(string description). The callback function should inform user that a problem has occurred during delta file download. This is not fatal, it still may be possible to download the full RPM instead.

Return

void