Name

Pkg::CallbackMessage — Register callback function

Synopsis

void CallbackMessage ( string  func );

Parameters

string func

Name of the callback handler function. Required callback prototype is void(string patch_name, string patch_version, string patch_arch, string message). The callback function is evaluated when a message which is part of a patch should be displayed.

Return

void