SignalRun Lastsections-SignalRun Lastitems-This signal is emitted whenever items were added to or removed
from list. At position, removed items were removed and added
items were added in their place.
Note: If removed != added, the positions of all later items
in the model change.
Emitted when the start-of-section state of some of the items in
modelchanges.Note that this signal does not specify the new section state of the items, they need to be queried manually. It is also not necessary for a model to change the section state of any of the items in the section model, though it would be rather useless to emit such a signal.
The
Gio.ListModel::items-changedimplies the effect of theGtk.SectionModel::sections-changedsignal for all the items it covers.