diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-10-24 06:54:01 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-10-29 13:31:41 -0400 |
commit | 6ed2d2b232d0750861d036d076397c4d55fb34a4 (patch) | |
tree | cc5d8442268cdfde89e7ca1385b74a313610e4c1 /gtk/meson.build | |
parent | cccc74786f346aab9b4cc3303505ab3da9fac251 (diff) | |
download | gtk+-6ed2d2b232d0750861d036d076397c4d55fb34a4.tar.gz |
Add GtkFileDialog
Add an async API for picking a file, together with
a builder object for it. This is meant to replace direct
use of GtkFileChooserDialog.
Diffstat (limited to 'gtk/meson.build')
-rw-r--r-- | gtk/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/meson.build b/gtk/meson.build index 06cf4cec31..1d575fe3b6 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -229,6 +229,7 @@ gtk_public_sources = files([ 'gtkfilechooserdialog.c', 'gtkfilechoosernative.c', 'gtkfilechooserwidget.c', + 'gtkfiledialog.c', 'gtkfilefilter.c', 'gtkfilter.c', 'gtkfilterlistmodel.c', @@ -491,6 +492,7 @@ gtk_public_headers = files([ 'gtkfilechooserdialog.h', 'gtkfilechoosernative.h', 'gtkfilechooserwidget.h', + 'gtkfiledialog.h', 'gtkfilefilter.h', 'gtkfilter.h', 'gtkfilterlistmodel.h', |