Pkg::CallbackTrustedKeyAdded — Register callback function
Synopsis
void
CallbackTrustedKeyAdded
(
string
args);
Parameters
stringargs
Name of the callback handler function. Required callback prototype is void(string keyid, string keyname). The callback function should inform user that a trusted key has been added.