individuals_changed_detailed


Description:

public signal void individuals_changed_detailed (SortedSet<Individual> added, SortedSet<Individual> removed)

Emitted when one or more Individuals are added to or removed from the view.

The sets of `added` and `removed` individuals are sorted by descending match strength. Using the Gee.SortedSet.lower and Gee.SortedSet.higher APIs with SearchView.individuals, the `added` individuals can be inserted at the correct positions in a UI representation of the search view.

The match strengths are on the same scale as in SearchView.individuals, so orderings between the two sorted sets are valid. See SearchView.individuals for more information about match strengths.

Parameters:

added

a set of Individuals added to the search view

removed

a set of Individuals removed from the search view

Since:

0.11.0

See also:

IndividualAggregator.individuals_changed_detailed