group_renamed
Description:
Emitted when a group is renamed, in protocols where this can be distinguished from group creation, removal and membership changes.
Immediately after this signal is emitted, groups_created signal the creation of a group with the new name, and groups_removed signal the removal of a group with the old name. If the group was not empty, immediately after those signals are emitted, contact_groups_changed signal that the members of that group were removed from the old name and added to the new name.
When this signal is emitted, contact_groups property is already updated.
For this signal to be emited, you must first call prepare_async
with the feature TP_CONNECTION_FEATURE_CONTACT_GROUPS
.
Parameters:
old_name |
the old name of the group. |
new_name |
the new name of the group. |