group_dup_members_contacts


Description:

[ Version ( since = "0.15.6" ) ]
public GenericArray<unowned Contact> group_dup_members_contacts ()

If this is a group and the TP_CHANNEL_FEATURE_CONTACTS feature has been prepared, return a GenericArray containing its members.

If this is a group but TP_CHANNEL_FEATURE_CONTACTS has not been prepared, the result may either be a set of members, or null.

If this is not a group, return null.

Parameters:

this

a channel

Returns:

a new GenericArray of Contact, free it with g_ptr_array_unref, or null .