GListStore

gio.list_store.ListStore is a simple implementation of gio.list_model.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.

struct GListStore