diff options
Diffstat (limited to '')
-rw-r--r-- | src/nautilus-progress-indicator.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/nautilus-progress-indicator.h b/src/nautilus-progress-indicator.h new file mode 100644 index 0000000..9b69ac0 --- /dev/null +++ b/src/nautilus-progress-indicator.h @@ -0,0 +1,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_PROGRESS_INDICATOR (nautilus_progress_indicator_get_type()) + +G_DECLARE_FINAL_TYPE (NautilusProgressIndicator, nautilus_progress_indicator, NAUTILUS, PROGRESS_INDICATOR, AdwBin) + +G_END_DECLS |