ListStore


Object Hierarchy:

GLib.ListStore GLib.ListStore GLib.ListStore GLib.Object GLib.Object GLib.Object->GLib.ListStore GLib.ListModel GLib.ListModel GLib.ListModel->GLib.ListStore

Description:

[ CCode ( type_id = "g_list_store_get_type ()" ) ]
public class ListStore : Object, ListModel

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


Namespace: GLib
Package: gio-2.0

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface GLib.ListModel



2022 vala-language.org