Skip to content

maplistmodel: implement GtkSectionModel

Christian Hergert requested to merge wip/chergert/map-as-sectionmodel into main

This just wraps the underlying GListModel if it is a GtkSectionModel.

I'm not sure if there is a reason this isn't done already, but this would allow me to do some things in Sysprof that the map list model was getting in the way of.

Merge request reports