summaryrefslogtreecommitdiff
path: root/src/nautilus-x-content-bar.h
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-12-17 15:37:47 +0000
committerAntónio Fernandes <antoniof@gnome.org>2022-01-01 22:05:45 +0000
commite4ceac34b3fa3903a24b379a0b0ae6209fc08cb7 (patch)
tree8e1ad4f0aa6143ab89e8b1e9e1be88326279f684 /src/nautilus-x-content-bar.h
parent17fcd784bcd2da89f0c6c659c070be29bd2c0980 (diff)
downloadnautilus-e4ceac34b3fa3903a24b379a0b0ae6209fc08cb7.tar.gz
general: Port from libhandy to libadwaita
libhandy is GTK 3-only. libadwaita is not only its functional successor, but also the new GNOME platform library, so it makes sense for a core GNOME app to depend on it for platform integration.
Diffstat (limited to 'src/nautilus-x-content-bar.h')
-rw-r--r--src/nautilus-x-content-bar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nautilus-x-content-bar.h b/src/nautilus-x-content-bar.h
index af7bcaefe..11f05ec91 100644
--- a/src/nautilus-x-content-bar.h
+++ b/src/nautilus-x-content-bar.h
@@ -24,12 +24,13 @@
#include <gtk/gtk.h>
#include <gio/gio.h>
+#include <libadwaita-1/adwaita.h>
G_BEGIN_DECLS
#define NAUTILUS_TYPE_X_CONTENT_BAR (nautilus_x_content_bar_get_type ())
-G_DECLARE_FINAL_TYPE (NautilusXContentBar, nautilus_x_content_bar, NAUTILUS, X_CONTENT_BAR, GtkBin)
+G_DECLARE_FINAL_TYPE (NautilusXContentBar, nautilus_x_content_bar, NAUTILUS, X_CONTENT_BAR, AdwBin)
GtkWidget *nautilus_x_content_bar_new (GMount *mount,
const char * const *x_content_types);