Update Spanish translation
[gnumeric.git] / src / gnm-so-filled.h
blobe64dcc05315cb83b7b811ee9e76d67148491c5ae
1 #ifndef _GNM_SO_FILLED_H_
2 # define _GNM_SO_FILLED_H_
4 #include <glib-object.h>
6 G_BEGIN_DECLS
8 #define GNM_SO_FILLED_TYPE (gnm_so_filled_get_type ())
9 #define GNM_IS_SO_FILLED(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GNM_SO_FILLED_TYPE))
10 GType gnm_so_filled_get_type (void);
12 G_END_DECLS
14 #endif /* _GNM_SO_FILLED_H_ */