blob: 2b7d4b23654cadce08a0cf9ef8492acdeca3bba6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef __SHELL_SQUARE_BIN_H__
#define __SHELL_SQUARE_BIN_H__
#include <st/st.h>
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__ */
|