[ CCode ( type_id = "g_list_store_get_type ()" ) ]
public class ListStore : Object, ListModel
`GListStore` is a simple implementation of [iface@Gio.
ListModel] that stores all items in memory.
It provides insertions, deletions, and lookups in logarithmic time with a fast path for the common case of iterating the list linearly.