[ Version ( since = "0.9.0" ) ]
public unowned HashTable<string,Value?> get_parameters ()
Returns the parameters of the account, in a hash table where each string is the parameter name (account, password, require-encryption etc.
), and each value is a Value. Using the tp_asv_get family of functions (tp_asv_get_uint32(), asv_get_string etc.) to access the parameters is recommended.
The allowed parameters depend on the connection manager, and can be found via get_protocol and get_param. Well-known parameters are listed in the Telepathy D-Bus Interface Specification.
this |
a Account |
the hash table of parameters on this |