Emitted when the group members change in a Group channel.
This is not guaranteed to be emitted until prepare_async has finished
preparing TP_CHANNEL_FEATURE_CONTACTS
; until then, it may be omitted.
added |
a GenericArray of Contact containing the full members added |
removed |
a GenericArray of Contact containing the members (full, local-pending or remote-pending) removed |
local_pending |
a GenericArray of Contact containing the local-pending members added |
remote_pending |
a GenericArray of Contact containing the remote-pending members added |
actor |
a Contact for the "actor" handle in |
details |
a GenericSet mapping (gchar *) to Value containing details about the change, as described in the specification of the MembersChangedDetailed signal. |