It is mentioned in the article:
"""
There's one more point worth observing in this logic: the token value
received as a parameter in credentialsFound was already converted into
the local Token type. In most cases, this is unnecessary as the
parameter is directly useful as a qml.Object or as another native type
(int, etc), but in this case UbuntuOne::Token is a plain C++ type that
does not inherit from QObject, so the default signal parameter that
would arrive in the Go method has only a type name and the value
address.
Instead of taking the plain value, it is turned into a more useful one
by registering a converter with the qml package:
"""
So it gets called internally when a "Token" type is going from QML
into Go land, and this is used in the article when the
credentialsFound signal is emitted and caught from Go.
Does that make sense?
> --
> You received this message because you are subscribed to the Google Groups "go-qml" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
go-qml+un...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.