signal callback delegate or function to connect
void callback(gstpbutils.discoverer_info.DiscovererInfo info, glib.error.ErrorG error, gstpbutils.discoverer.Discoverer discoverer)
info the results #GstDiscovererInfo (optional)
error #GError, which will be non-NULL if an error occurred during discovery. You must not free this #GError, it will be freed by the discoverer. (optional)
discoverer the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Discovered signal.
Will be emitted in async mode when all information on a URI could be discovered, or an error occurred.
When an error occurs, info might still contain some partial information, depending on the circumstances of the error.