mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Add GListModel
GListModel is an interface that represents a dynamic list of GObjects. Also add GListStore, a simple implementation of GListModel that stores all objects in memory, using a GSequence. https://bugzilla.gnome.org/show_bug.cgi?id=729351
This commit is contained in:
committed by
Ryan Lortie
parent
6d55189d8c
commit
b69beff426
@@ -61,6 +61,8 @@ typedef struct _GPermission GPermission;
|
||||
|
||||
typedef struct _GMenuModel GMenuModel;
|
||||
typedef struct _GNotification GNotification;
|
||||
typedef struct _GListModel GListModel;
|
||||
typedef struct _GListStore GListStore;
|
||||
|
||||
/**
|
||||
* GDrive:
|
||||
|
Reference in New Issue
Block a user