group_members_changed_detailed


Description:

[ Version ( deprecated = true , since = "0.7.21" ) ]
public signal void group_members_changed_detailed (Array<uint> added, Array<uint> removed, Array<uint> local_pending, Array<uint> remote_pending, HashTable<string,Value?> details)

Warning: group_members_changed_detailed is deprecated.

Emitted when the group members change in a Group channel that is ready.

Note:

Use group_contacts_changed instead.

Contains a superset of the information in the TpChannel::group-members-changed signal, and is emitted at the same time; applications can connect to this signal and ignore the other.

Parameters:

added

a Array of Signal containing the full members added

removed

a Array of Signal containing the members (full, local-pending or remote-pending) removed

local_pending

a Array of Signal containing the local-pending members added

remote_pending

a Array of Signal containing the remote-pending members added

details

a GenericSet mapping (gchar *) to Value containing details about the change, as described in the specification of the MembersChangedDetailed signal.