Name

Pkg::CallbackImportGpgKey — Register callback function

Synopsis

void CallbackImportGpgKey ( string  args);

Parameters

string args

Name of the callback handler function. Required callback prototype is boolean(map<string,any> key). The callback function should ask user whether the key is trusted, returned true value means the key is trusted.

Return

void