diff options
author | Benjamin Otte <otte@redhat.com> | 2019-10-02 05:38:11 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-30 12:30:23 -0400 |
commit | 682e97826c99e56c79aca8b5d54e171a18f63546 (patch) | |
tree | 90aa02e462d54cd00f064d522498d8c023bd7b59 /gtk/gtk.h | |
parent | 805fea20cbe22a73bee50a807d63510d69774c9c (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |