groups_created


Description:

[ Version ( since = "0.15.5" ) ]
public signal void groups_created (string[] added)

Emitted when new, empty groups are created.

This will often be followed by contact_groups_changed signals that add some members. 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:

added

a GStrv with the names of the new groups.