individuals_changed
Description:
[
Version ( deprecated =
true , deprecated_since =
"0.6.2" , replacement =
"IndividualAggregator.individuals_changed_detailed" ) ]
public signal void individuals_changed (
Set<
Individual> added,
Set<
Individual> removed,
string? message,
Persona? actor,
ChangeReason reason)
Warning: individuals_changed is deprecated since 0.6.2. Use IndividualAggregator.individuals_changed_detailed.
Emitted when one or more Individuals are added to or removed from the aggregator.
If more information about the relationships between Individuals which have been linked
and unlinked is needed, consider connecting to
IndividualAggregator.individuals_changed_detailed instead, which is emitted at the same time as this signal.
This will not be emitted until after IndividualAggregator.prepare
has been called.
Parameters:
added |
a list of Individuals which have been added
|
removed |
a list of Individuals which have been removed
|
message |
a string message from the backend, if any
|
actor |
the Persona who made the change, if known
|
reason |
the reason for the change
|
Since:
0.5.1