Pkg::CallbackStartDeltaApply — Register callback function
Synopsis
void
CallbackStartDeltaApply
(
string
func);
Parameters
stringfunc
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.