Pkg::CallbackTrustedKeyRemoved Callbacks_CallbackTrustedKeyAdded.htmlPrev  Register Package Manager callbacks  Name
Pkg::CallbackTrustedKeyRemoved — Register callback function
Synopsis
            void
            
CallbackTrustedKeyRemoved          (
            string
             
args          
); Parameters
            
string            
args          
Name of the callback handler function. Required callback prototype is void(string keyid, string keyname). The callback function should inform user that a trusted key has been removed.
Return
            
void          
 
Callbacks_CallbackTrustedKeyAdded.htmlPrev  Callbacks.htmlUp  Pkg::CallbackTrustedKeyAdded index.htmlHome  