mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 12:53:07 +02:00
Currently, there is no quick way to find whether and element is already part of a list store, except for manually writing a for-loop and calling `g_list_model_get_item()` and breaking when you find the item. This is mostly just a small API addition to support this use case. Fixes https://gitlab.gnome.org/GNOME/glib/issues/1011