diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2014-05-01 20:04:32 +0200 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2014-10-05 17:14:25 -0400 |
commit | 1edbaec7b77218e659797d77daed8d0a84123e5e (patch) | |
tree | bf8f53789946d4f1b354409855a4a222a78f6d41 /gio/gio.h | |
parent | 682bca095068d2823a129bebae42bb4f27f3e118 (diff) | |
download | glib-wip/listmodel.tar.gz |
Add GListModelwip/listmodel
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.
https://bugzilla.gnome.org/show_bug.cgi?id=729351
Diffstat (limited to 'gio/gio.h')
-rw-r--r-- | gio/gio.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -160,6 +160,8 @@ #include <gio/gmenuexporter.h> #include <gio/gdbusmenumodel.h> #include <gio/gnotification.h> +#include <gio/glistmodel.h> +#include <gio/gliststore.h> #undef __GIO_GIO_H_INSIDE__ |