discovered


Description:

public virtual signal void discovered (DiscovererInfo info, Error? err)

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.

Parameters:

info

the results DiscovererInfo

error

Error, which will be non-NULL if an error occurred during discovery. You must not free this Error, it will be freed by the discoverer.