group_dup_remote_pending_contacts
Description:
[ Version ( since = "0.15.6" ) ]
public GenericArray<unowned Contact> group_dup_remote_pending_contacts ()
public GenericArray<unowned Contact> group_dup_remote_pending_contacts ()
If this is a group and the TP_CHANNEL_FEATURE_CONTACTS
feature has been prepared, return a
GenericArray containing its remote-pending members.
If this is a group but TP_CHANNEL_FEATURE_CONTACTS
has not been prepared, the result may either
be a set of remote-pending members, or null
.
If this is not a group, return null
.
Parameters:
this |
a channel |
Returns:
a new GenericArray of
Contact, free it with |