Pkg::CallbackAcceptUnknownGpgKey Callbacks_CallbackImportGpgKey.htmlPrev  Register Package Manager callbacks  Callbacks_CallbackAcceptUnsignedFile.htmlNext Name
Pkg::CallbackAcceptUnknownGpgKey — Register callback function
Synopsis
            void
            
CallbackAcceptUnknownGpgKey          (
            string
             
args          
); Parameters
            
string            
args          
Name of the callback handler function. Required callback prototype is boolean(string filename, string keyid, string keyname). The callback function should ask user whether the unknown key can be accepted, returned true value means to accept the file.
Return
            
void          
 
Callbacks_CallbackImportGpgKey.htmlPrev  Callbacks.htmlUp  Callbacks_CallbackAcceptUnsignedFile.htmlNext Pkg::CallbackImportGpgKey index.htmlHome  Pkg::CallbackAcceptUnsignedFile 