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