summaryrefslogtreecommitdiff
path: root/gio/gio.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2014-05-01 20:04:32 +0200
committerRyan Lortie <desrt@desrt.ca>2014-10-05 17:14:25 -0400
commit1edbaec7b77218e659797d77daed8d0a84123e5e (patch)
treebf8f53789946d4f1b354409855a4a222a78f6d41 /gio/gio.h
parent682bca095068d2823a129bebae42bb4f27f3e118 (diff)
downloadglib-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gio.h b/gio/gio.h
index 3cc4af37f..a7dbf46ee 100644
--- a/gio/gio.h
+++ b/gio/gio.h
@@ -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__