From e4283f6d48b98e764b988b43bbc86b9d52e6ec94 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:54:43 +0200 Subject: Adding upstream version 43.9. Signed-off-by: Daniel Baumann --- src/shell-square-bin.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/shell-square-bin.h (limited to 'src/shell-square-bin.h') diff --git a/src/shell-square-bin.h b/src/shell-square-bin.h new file mode 100644 index 0000000..2b7d4b2 --- /dev/null +++ b/src/shell-square-bin.h @@ -0,0 +1,13 @@ +#ifndef __SHELL_SQUARE_BIN_H__ +#define __SHELL_SQUARE_BIN_H__ + +#include + +G_BEGIN_DECLS + +#define SHELL_TYPE_SQUARE_BIN (shell_square_bin_get_type ()) +G_DECLARE_FINAL_TYPE (ShellSquareBin, shell_square_bin, SHELL, SquareBin, StBin) + +G_END_DECLS + +#endif /* __SHELL_SQUARE_BIN_H__ */ -- cgit v1.2.3