summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-10-02 05:38:11 +0200
committerMatthias Clasen <mclasen@redhat.com>2020-05-30 12:30:23 -0400
commit682e97826c99e56c79aca8b5d54e171a18f63546 (patch)
tree90aa02e462d54cd00f064d522498d8c023bd7b59 /gtk/gtk.h
parent805fea20cbe22a73bee50a807d63510d69774c9c (diff)
downloadgtk+-682e97826c99e56c79aca8b5d54e171a18f63546.tar.gz
Add GtkDirectoryList
Adds a new listmodel called GtkDirectoryList that lists the children of a GFile as GFileInfos. This is supposed to be used by the filechooser.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index eba47fb967..3a6312d35d 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -86,6 +86,7 @@
#include <gtk/gtkcustomlayout.h>
#include <gtk/gtkdebug.h>
#include <gtk/gtkdialog.h>
+#include <gtk/gtkdirectorylist.h>
#include <gtk/gtkdragicon.h>
#include <gtk/gtkdragsource.h>
#include <gtk/gtkdrawingarea.h>