dup_protocol_names
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.7.26" ) ]
public string[] dup_protocol_names ()
[ Version ( since = "0.7.26" ) ]
public string[] dup_protocol_names ()
Returns a list of protocol names supported by this connection manager.
These are the internal protocol names used by the Telepathy specification (e.g. "jabber" and "msn"), rather than user-visible names in any particular locale.
If this function is called before the connection manager information has been obtained, the result is always null
. Use
prepare_async to wait for this.
The result is copied and must be freed by the caller, but it is not necessarily still true after the main loop is re-entered.
Parameters:
this |
a connection manager |
Returns:
a |