group_get_local_pending


Description:

[ Version ( deprecated = true , since = "0.7.12" ) ]
public unowned Intset group_get_local_pending ()

Warning: group_get_local_pending is deprecated.

If this is a group and the TP_CHANNEL_FEATURE_GROUP feature has been prepared, return a Intset containing its local-pending members.

Note:

New code should use group_dup_local_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 local-pending members, or null.

If this is not a group, return null.

Parameters:

this

a channel

Returns:

the local-pending members, or null