Pkg::CallbackSourceProbeSucceeded — Register callback function
Synopsis
void
CallbackSourceProbeSucceeded
(
string
func);
Parameters
stringfunc
Name of the callback handler function. Required callback prototype is void(string url, string type). The callback function is evaluated when the probed source has type type.