dup_contact_list
Description:
Retrieves the user's contact list.
In general, blocked contacts are not included in this list. The Contact objects returned are guaranteed to have all of the features previously passed to add_contact_features prepared.
Before calling this method, you must first call prepare_async
with the TP_CONNECTION_FEATURE_CONTACT_LIST
feature, and verify that
contact_list_state is set to
SUCCESS.
Parameters:
this |
Returns:
a new GenericArray of
Contact. Use |