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, integer repo_id). The callback function should ask user whether the key is trusted and can be imported, returned 'true' value means to import the trusted key

Return

void