1 #ifndef _GNM_SO_FILLED_H_
2 # define _GNM_SO_FILLED_H_
4 #include <glib-object.h>
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);
14 #endif /* _GNM_SO_FILLED_H_ */