Name
Pkg::CallbackAcceptNonTrustedGpgKey — Register callback function
Synopsis
void
CallbackAcceptNonTrustedGpgKey
( |
string
args
) ; |
Parameters
-
string
args
Name of the callback handler function. Required callback prototype is boolean(string filename, map<string,any> key). The callback function should ask user whether the unknown key can be accepted, returned true value means to accept the file.