mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
Merge branch 'ebassi/ensure-file-chooser-types' into 'main'
Ensure GtkFileChooserCell's type See merge request GNOME/gtk!5696
This commit is contained in:
commit
724ecf3b51
@ -34,6 +34,7 @@
|
||||
#include "gtkfilechooserprivate.h"
|
||||
#include "deprecated/gtkfilechooserdialog.h"
|
||||
#include "deprecated/gtkfilechooser.h"
|
||||
#include "gtkfilechoosercellprivate.h"
|
||||
#include "gtkfilechooserentry.h"
|
||||
#include "gtkfilechooserutils.h"
|
||||
#include "gtkfilesystemmodelprivate.h"
|
||||
@ -7304,6 +7305,7 @@ gtk_file_chooser_widget_init (GtkFileChooserWidget *impl)
|
||||
g_type_ensure (GTK_TYPE_PATH_BAR);
|
||||
g_type_ensure (GTK_TYPE_PLACES_VIEW);
|
||||
g_type_ensure (GTK_TYPE_PLACES_SIDEBAR);
|
||||
g_type_ensure (GTK_TYPE_FILE_CHOOSER_CELL);
|
||||
g_type_ensure (GTK_TYPE_FILE_CHOOSER_ERROR_STACK);
|
||||
|
||||
impl->select_multiple = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user