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