blob: 26d484d5338491a031baf8060469e46a0019bb60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*
* Copyright (C) 2022 The GNOME project contributors
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include <gtk/gtk.h>
#include <libadwaita-1/adwaita.h>
#include "nautilus-window-slot.h"
G_BEGIN_DECLS
#define NAUTILUS_TYPE_HISTORY_CONTROLS nautilus_history_controls_get_type()
G_DECLARE_FINAL_TYPE (NautilusHistoryControls, nautilus_history_controls, NAUTILUS, HISTORY_CONTROLS, AdwBin)
G_END_DECLS
|