Name

Pkg::CallbackSourceProbeSucceeded — Register callback function

Synopsis

void CallbackSourceProbeSucceeded ( string  func );

Parameters

string func

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.

Return

void