GUI: Move .ui files from goffice resources to glib resources
[gnumeric.git] / src / gnm-so-line.h
blobe03f25913d28c772989e15709c5bda9cce35649c
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_SO_LINE_H_
3 # define _GNM_SO_LINE_H_
5 #include <glib-object.h>
7 G_BEGIN_DECLS
9 #define GNM_SO_LINE_TYPE (gnm_so_line_get_type ())
10 #define GNM_IS_SO_LINE(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GNM_SO_LINE_TYPE))
11 GType gnm_so_line_get_type (void);
13 G_END_DECLS
15 #endif /* _GNM_SO_LINE_H_ */