group_get_remote_pending
Description:
[ Version ( deprecated = true , since = "0.7.12" ) ]
public unowned Intset group_get_remote_pending ()
public unowned Intset group_get_remote_pending ()
Warning: group_get_remote_pending is deprecated.
If this is a group and the TP_CHANNEL_FEATURE_GROUP
feature has been prepared, return a
Intset containing its remote-pending members.
Note:
New code should use group_dup_remote_pending_contacts instead.
If this is a group but TP_CHANNEL_FEATURE_GROUP
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:
the remote-pending members, or |