Pkg::CallbackAcceptFileWithoutChecksum Callbacks_CallbackAcceptUnsignedFile.htmlPrev  Register Package Manager callbacks  Callbacks_CallbackAcceptVerificationFailed.htmlNext Name
Pkg::CallbackAcceptFileWithoutChecksum — Register callback function
Synopsis
            void
            
CallbackAcceptFileWithoutChecksum          (
            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_CallbackAcceptUnsignedFile.htmlPrev  Callbacks.htmlUp  Callbacks_CallbackAcceptVerificationFailed.htmlNext Pkg::CallbackAcceptUnsignedFile index.htmlHome  Pkg::CallbackAcceptVerificationFailed 