Name

Pkg::CallbackStartDeltaApply — Register callback function

Synopsis

void CallbackStartDeltaApply ( string func );
 

Parameters

string func

Name of the callback handler function. Required callback prototype is void(string filename). The callback function should inform user that a delta application has been started.

Return

void