dup_contact_list


Description:

[ Version ( since = "0.15.5" ) ]
public GenericArray<unowned Contact> dup_contact_list ()

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

a Connection

Returns:

a new GenericArray of Contact. Use g_ptr_array_unref when done.