has_protocol
Description:
Return whether protocol
is supported by this connection manager.
If this function is called before the connection manager information has been obtained, the result is always false
. Use
prepare_async to wait for this.
Parameters:
this |
a connection manager |
protocol |
the name of a protocol as defined in the Telepathy D-Bus API, e.g. "jabber" or "msn" |
Returns:
|