ContactListState
Description:
[ CCode ( cprefix = "TP_CONTACT_LIST_STATE_" , has_type_id = false ) ]
public enum ContactListState
The progress made in retrieving the contact list.
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- FAILURE - The
connection has tried and failed to retrieve the contact list.
- NONE - The connection has not
started to retrieve the contact list.
- SUCCESS - The connection has
successfully retrieved the contact list.
- WAITING - The connection has
started to retrieve the contact list, but has not yet succeeded or failed.