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:
Lars Uebernickel
2014-05-01 20:04:32 +02:00
committed by Ryan Lortie
parent 6d55189d8c
commit b69beff426
10 changed files with 1004 additions and 0 deletions

View File

@@ -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: