Name

Pkg::CallbackDoneScanDb — Register callback function

Synopsis

void CallbackDoneScanDb ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is void(integer error_code, string description). The callback function is evaluated when RPM DB reading is finished. error_code 0 means no error.

Return

void