searchenginemodel: Use GListModel API to filter
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Sun, 9 Oct 2022 20:21:29 +0000 (17:21 -0300)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2022 02:34:40 +0000 (22:34 -0400)
commit0a8743843227d24875908fb5ffa18e95e3eff7be
tree66ba67a39f96c93196baa7f3fba56888add1855c
parentddf1cd66788d609dcd398097298ecec4e12574b3
searchenginemodel: Use GListModel API to filter

We now start a mini-series of commits that will ultimately remove
the GtkTreeModel implementation of GtkFileSystemModel.

As a first step, port GtkSearchEngineModel iter through the files
using GListModel API.
gtk/gtksearchenginemodel.c