Name

Pkg::CallbackFinishDeltaApply — Register callback function

Synopsis

void CallbackFinishDeltaApply ( string func );
 

Parameters

string func

Name of the callback handler function. Required callback prototype is void(). The callback function is evaluated when the delta download has been applied.

Return

void