diff options
author | António Fernandes <antoniojpfernandes@gmail.com> | 2022-01-09 01:25:39 +0000 |
---|---|---|
committer | António Fernandes <antoniojpfernandes@gmail.com> | 2022-01-09 01:25:39 +0000 |
commit | e358c2343c47aa26d568254a12f06a8431b2da42 (patch) | |
tree | 592e1ec16487dc510d699c2f5215c67b4ef16060 /src/nautilus-special-location-bar.h | |
parent | 041719803013e0a6c9e9b06bf3a35a9cbe2bf81b (diff) | |
download | nautilus-e358c2343c47aa26d568254a12f06a8431b2da42.tar.gz |
general: Switch to GTK4
The new major version of the toolkit is a requirement to fix old issues and enable future enhancements.
Update symbols and adapt logic to API changes.
Update and simplify UI definitions.
Update local copy of places sidebar and places view.
Replace dependencies with their GTK4-compatible successors.
Make a minimum changes required to build and run, with known
regressions to be fixed in future commits.
For a detailed breakup of the changes, see the 36 commits-deep
log leading to d5763facb1e5045251171ed1273dca0859f3542f.
This is the main part of https://gitlab.gnome.org/GNOME/nautilus/-/issues/276
Diffstat (limited to 'src/nautilus-special-location-bar.h')
-rw-r--r-- | src/nautilus-special-location-bar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nautilus-special-location-bar.h b/src/nautilus-special-location-bar.h index 3d07c7171..58928d9f8 100644 --- a/src/nautilus-special-location-bar.h +++ b/src/nautilus-special-location-bar.h @@ -20,11 +20,12 @@ #include <gtk/gtk.h> #include <gio/gio.h> +#include <libadwaita-1/adwaita.h> G_BEGIN_DECLS #define NAUTILUS_TYPE_SPECIAL_LOCATION_BAR (nautilus_special_location_bar_get_type ()) -G_DECLARE_FINAL_TYPE (NautilusSpecialLocationBar, nautilus_special_location_bar, NAUTILUS, SPECIAL_LOCATION_BAR, GtkBin) +G_DECLARE_FINAL_TYPE (NautilusSpecialLocationBar, nautilus_special_location_bar, NAUTILUS, SPECIAL_LOCATION_BAR, AdwBin) typedef enum { NAUTILUS_SPECIAL_LOCATION_TEMPLATES, |