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(string keyid, string keyname, string keydetails). The callback function should ask user whether the key is trusted, returned true value means the key is trusted.

Return

void