Warning: group_members_changed_detailed is deprecated.
Emitted when the group members change in a Group channel that is ready.
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.
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. |